Click or drag to resize
BlueprintGetAllComponentTypes Method
Returns an enumeration of all component types of this and all ancestor blueprints.

Namespace: Slash.ECS.Blueprints
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerable<Type> GetAllComponentTypes()

Return Value

Type: IEnumerableType
Enumeration of component types of this and all ancestor blueprints.
See Also