Vmeta_Vector2

public struct Vmeta_Vector2
extension Vmeta_Vector2: @unchecked Sendable
extension Vmeta_Vector2: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding

Generic 2 component vector

  • x

    Undocumented

    Declaration

    Swift

    public var x: Float
  • y

    Undocumented

    Declaration

    Swift

    public var y: Float
  • 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: Vmeta_Vector2, rhs: Vmeta_Vector2) -> Bool