 | BlueprintComponentTypes Property |
Collection of types of components to add to entities created with
this blueprint.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<Type> ComponentTypes { get; set; }
Public Property ComponentTypes As List(Of Type)
Get
Set
public:
property List<Type^>^ ComponentTypes {
List<Type^>^ get ();
void set (List<Type^>^ value);
}
member ComponentTypes : List<Type> with get, set
Property Value
Type:
ListType
See Also