 | BlueprintShouldSerializeComponentTypesSerialized Method |
Indicates if the ComponentTypesSerialized 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 ShouldSerializeComponentTypesSerialized()
Public Function ShouldSerializeComponentTypesSerialized As Boolean
public:
bool ShouldSerializeComponentTypesSerialized()
member ShouldSerializeComponentTypesSerialized : unit -> bool
Return Value
Type:
BooleanTrue if it should be serialized; otherwise, false.
See Also