Skyle_BinocularGaze

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

Message for binocular gaze points

  • left gaze point

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public mutating func clearLeftGaze()
  • right gaze point

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public mutating func clearRightGaze()
  • 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_BinocularGaze, rhs: Skyle_BinocularGaze) -> Bool