Click or drag to resize
BlueprintComponentTypes Property
Collection of types of components to add to entities created with this blueprint.

Namespace: Slash.ECS.Blueprints
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<Type> ComponentTypes { get; set; }

Property Value

Type: ListType
See Also