 | HierarchicalBlueprintManagerAddBlueprint Method |
Adds the blueprint with the specified id to the first child blueprint manager.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void AddBlueprint(
string blueprintId,
Blueprint blueprint
)
Public Sub AddBlueprint (
blueprintId As String,
blueprint As Blueprint
)
public:
virtual void AddBlueprint(
String^ blueprintId,
Blueprint^ blueprint
) sealed
abstract AddBlueprint :
blueprintId : string *
blueprint : Blueprint -> unit
override AddBlueprint :
blueprintId : string *
blueprint : Blueprint -> unit
Parameters
- blueprintId
- Type: SystemString
Id of the new blueprint to add. - blueprint
- Type: Slash.ECS.BlueprintsBlueprint
New blueprint to add.
Implements
IBlueprintManagerAddBlueprint(String, Blueprint)
See Also