Click or drag to resize
HierarchicalBlueprintManagerGetDerivedBlueprintComponents Method
Gets the list of components of the specified blueprint and all of its children.

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> GetDerivedBlueprintComponents(
	Blueprint blueprint
)

Parameters

blueprint
Type: Slash.ECS.BlueprintsBlueprint
Blueprint to get the inherited components of.

Return Value

Type: ListType
list of components of the specified blueprint and all of its children.
See Also