Skyle_PositioningMessage

public struct Skyle_PositioningMessage : Sendable
extension Skyle_PositioningMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding

Message with eye positions and quality indicators

  • 2D position of the left eye

    Declaration

    Swift

    public var leftEye: Skyle_Types_Point { get set }
  • Returns true if leftEye has been explicitly set.

    Declaration

    Swift

    public var hasLeftEye: Bool { get }
  • Clears the value of leftEye. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearLeftEye()
  • 2D position of the right eye

    Declaration

    Swift

    public var rightEye: Skyle_Types_Point { get set }
  • Returns true if rightEye has been explicitly set.

    Declaration

    Swift

    public var hasRightEye: Bool { get }
  • Clears the value of rightEye. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearRightEye()
  • Quality indicator for depth positioning. range is -50 to +50. 0 is the best, -50 to far away and 50 to close

    Declaration

    Swift

    public var distanceQuality: Int32
  • Quality indicator for overall horizontal and vertical positioning : range is -50 to +50. 0 is the best

    Declaration

    Swift

    public var positioningQuality: Int32
  • Quality indicator for horizontal positioning. range is -50 to +50. 0 is the best, -50 to far left and 50 to far right

    Declaration

    Swift

    public var horizontalQuality: Int32
  • Quality indicator for vertical positioning. range is -50 to +50. 0 is the best, -50 to far down and 50 to far up

    Declaration

    Swift

    public var verticalQuality: Int32
  • Face data only valid for Skyle 3

    Declaration

    Swift

    public var face: Skyle_Types_Face { get set }
  • Returns true if face has been explicitly set.

    Declaration

    Swift

    public var hasFace: Bool { get }
  • Clears the value of face. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearFace()
  • Declaration

    Swift

    public var unknownFields: UnknownStorage
  • Declaration

    Swift

    public init()

Code below here is support for the SwiftProtobuf runtime.

  • Declaration

    Swift

    public static let protoMessageName: String
  • Declaration

    Swift

    public static let _protobuf_nameMap: SwiftProtobuf._NameMap
  • Declaration

    Swift

    public mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
  • Declaration

    Swift

    public func traverse<V>(visitor: inout V) throws where V : Visitor
  • Declaration

    Swift

    public static func == (lhs: Skyle_PositioningMessage, rhs: Skyle_PositioningMessage) -> Bool