Click or drag to resize
HierarchicalBlueprintManagerChangeBlueprintId Method
Changes the id under which a blueprint is stored.

Namespace: Slash.ECS.Blueprints
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ChangeBlueprintId(
	string oldBlueprintId,
	string newBlueprintId
)

Parameters

oldBlueprintId
Type: SystemString
Old blueprint id.
newBlueprintId
Type: SystemString
New blueprint id.

Implements

IBlueprintManagerChangeBlueprintId(String, String)
See Also