 | BlueprintAttributeTableSerialized Property |
Wrapper for AttributeTable property for xml serialization.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AttributeTable AttributeTableSerialized { get; set; }
Public Property AttributeTableSerialized As AttributeTable
Get
Set
public:
property AttributeTable^ AttributeTableSerialized {
AttributeTable^ get ();
void set (AttributeTable^ value);
}
member AttributeTableSerialized : AttributeTable with get, set
Property Value
Type:
AttributeTable
See Also