Click or drag to resize
EntityConfigurationAdditionalComponentTypes Property
Entity components that are added to the ones specified in the blueprint.

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

Property Value

Type: ListType
See Also