|
Space Engineers
|
Public Member Functions | |
| 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 9 of file DynamicAttribute.cs.
|
inline |
Definition at line 11 of file DynamicAttribute.cs.
1.8.8