PositionComponent

public protocol PositionComponent

Protocol representing a component with a position on the x, y and z position

  • Position of the annotation anchor on the x, y and z axis

    Declaration

    Swift

    var position_: SIMD3<Float>? { get set }