 | HierarchicalBlueprintManagerAddChild Method |
Adds the passed blueprint manager to be consulted for future
blueprint lookups.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void AddChild(
IBlueprintManager child
)
Public Sub AddChild (
child As IBlueprintManager
)
public:
void AddChild(
IBlueprintManager^ child
)
member AddChild :
child : IBlueprintManager -> unit
Parameters
- child
- Type: Slash.ECS.BlueprintsIBlueprintManager
New blueprint manager child to add.
See Also