 | HierarchicalBlueprintManagerGetDerivedBlueprintComponents Method |
Gets the list of components of the specified blueprint and all of its children.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<Type> GetDerivedBlueprintComponents(
Blueprint blueprint
)
Public Function GetDerivedBlueprintComponents (
blueprint As Blueprint
) As List(Of Type)
public:
List<Type^>^ GetDerivedBlueprintComponents(
Blueprint^ blueprint
)
member GetDerivedBlueprintComponents :
blueprint : Blueprint -> List<Type>
Parameters
- blueprint
- Type: Slash.ECS.BlueprintsBlueprint
Blueprint to get the inherited components of.
Return Value
Type:
ListTypelist of components of the specified blueprint and all of its children.
See Also