 | IBlueprintManagerAddBlueprint Method |
Adds the blueprint with the specified id to the manager.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid AddBlueprint(
string blueprintId,
Blueprint blueprint
)
Sub AddBlueprint (
blueprintId As String,
blueprint As Blueprint
)
void AddBlueprint(
String^ blueprintId,
Blueprint^ blueprint
)
abstract AddBlueprint :
blueprintId : string *
blueprint : Blueprint -> unit
Parameters
- blueprintId
- Type: SystemString
Blueprint id of new blueprint. - blueprint
- Type: Slash.ECS.BlueprintsBlueprint
Blueprint to add.
See Also