 | BlueprintComponentTypesSerialized Property |
Wrapper for ComponentTypes 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 string[] ComponentTypesSerialized { get; set; }
Public Property ComponentTypesSerialized As String()
Get
Set
public:
property array<String^>^ ComponentTypesSerialized {
array<String^>^ get ();
void set (array<String^>^ value);
}
member ComponentTypesSerialized : string[] with get, set
Property Value
Type:
String
See Also