Space Engineers
|
Public Member Functions | |
DynamicObjectBuilderAttribute (bool defaultTypeCommon=false) | |
Public Member Functions inherited from VRage.Serialization.DynamicAttribute | |
DynamicAttribute (Type dynamicSerializerType, bool defaultTypeCommon=false) | |
Public Member Functions inherited from VRage.Serialization.SerializeAttribute | |
SerializeAttribute () | |
SerializeAttribute (MyObjectFlags flags) | |
SerializeAttribute (MyObjectFlags flags, Type dynamicResolverType) | |
SerializeAttribute (MyObjectFlags flags, ushort fixedLength) | |
SerializeAttribute (MyPrimitiveFlags flags) | |
SerializeAttribute (MyPrimitiveFlags flags, ushort fixedLength) | |
Additional Inherited Members | |
Public Attributes inherited from VRage.Serialization.SerializeAttribute | |
MyObjectFlags | Flags |
Serialization flags for member itself. More... | |
MyPrimitiveFlags | PrimitiveFlags |
Serialization flags for primitive types, when defined for types, passed down the hierarchy. More... | |
ushort | FixedLength |
Length for fixed length arrays, collections and strings. More... | |
Type | DynamicSerializerType |
Type of dynamic resolver. More... | |
MySerializeKind | Kind = MySerializeKind.Default |
Kind of attribute, specify Item for collections like list, array or dictionary value, specify Key for dictionary key. More... | |
Definition at line 5 of file DynamicObjectBuilderAttribute.cs.
|
inline |
Definition at line 7 of file DynamicObjectBuilderAttribute.cs.