Position

public protocol Position

A position is anything that can return a vector3 in a map, it is used to help place Elements in the screen.

The most types to be used as a Position are Vector3 or Coordinate

  • A vector describing where in map space the position is located

    Declaration

    Swift

    var vector: Vector3 { get }