Skyle_Types_Rectangle
public struct Skyle_Types_Rectangle : Sendable
extension Skyle_Types_Rectangle: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
Message for a rectangle
-
Undocumented
Declaration
Swift
public var topLeft: Skyle_Types_Point { get set } -
Returns true if
topLefthas been explicitly set.Declaration
Swift
public var hasTopLeft: Bool { get } -
Clears the value of
topLeft. Subsequent reads from it will return its default value.Declaration
Swift
public mutating func clearTopLeft() -
Undocumented
Declaration
Swift
public var size: Skyle_Types_Size { get set } -
Returns true if
sizehas been explicitly set.Declaration
Swift
public var hasSize: Bool { get } -
Clears the value of
size. Subsequent reads from it will return its default value.Declaration
Swift
public mutating func clearSize() -
Declaration
Swift
public var unknownFields: UnknownStorage -
Declaration
Swift
public init()
-
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_Types_Rectangle, rhs: Skyle_Types_Rectangle) -> Bool