Space Engineers
Public Member Functions | List of all members
VRage.ObjectBuilders.DynamicObjectBuilderItemAttribute Class Reference
Inheritance diagram for VRage.ObjectBuilders.DynamicObjectBuilderItemAttribute:
VRage.Serialization.DynamicItemAttribute VRage.Serialization.SerializeAttribute

Public Member Functions

 DynamicObjectBuilderItemAttribute (bool defaultTypeCommon=false)
 
- Public Member Functions inherited from VRage.Serialization.DynamicItemAttribute
 DynamicItemAttribute (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...
 

Detailed Description

Definition at line 13 of file DynamicObjectBuilderAttribute.cs.

Constructor & Destructor Documentation

VRage.ObjectBuilders.DynamicObjectBuilderItemAttribute.DynamicObjectBuilderItemAttribute ( bool  defaultTypeCommon = false)
inline

Definition at line 15 of file DynamicObjectBuilderAttribute.cs.


The documentation for this class was generated from the following file: