Space Engineers
|
Used to define protocol-buffer specific behavior for enumerated values. More...
Public Member Functions | |
bool | HasValue () |
Indicates whether this instance has a customised value mapping More... | |
Properties | |
int | Value [get, set] |
Gets or sets the specific value to use for this enum during serialization. More... | |
string | Name [get, set] |
Gets or sets the defined name of the enum, as used in .proto (this name is not used during serialization). More... | |
Used to define protocol-buffer specific behavior for enumerated values.
Definition at line 11 of file ProtoEnumAttribute.cs.
|
inline |
Indicates whether this instance has a customised value mapping
Definition at line 26 of file ProtoEnumAttribute.cs.
|
getset |
Gets or sets the defined name of the enum, as used in .proto (this name is not used during serialization).
Definition at line 35 of file ProtoEnumAttribute.cs.
|
getset |
Gets or sets the specific value to use for this enum during serialization.
Definition at line 17 of file ProtoEnumAttribute.cs.