 | EntityConfigurationAdditionalComponentTypes Property |
Entity components that are added to the ones specified in the blueprint.
Namespace: Slash.ECS.Blueprints.ConfigurationsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<Type> AdditionalComponentTypes { get; set; }
Public Property AdditionalComponentTypes As List(Of Type)
Get
Set
public:
property List<Type^>^ AdditionalComponentTypes {
List<Type^>^ get ();
void set (List<Type^>^ value);
}
member AdditionalComponentTypes : List<Type> with get, set
Property Value
Type:
ListType
See Also