 | BlueprintShouldSerializeAttributeTableSerialized Method |
Indicates if the AttributeTableSerialized property should be serialized via Xml.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool ShouldSerializeAttributeTableSerialized()
Public Function ShouldSerializeAttributeTableSerialized As Boolean
public:
bool ShouldSerializeAttributeTableSerialized()
member ShouldSerializeAttributeTableSerialized : unit -> bool
Return Value
Type:
BooleanTrue if it should be serialized; otherwise, false.
See Also