 | IBlueprintManagerContainsBlueprint Method |
Checks if the blueprint manager contains the blueprint with the specified id.
Namespace: Slash.ECS.BlueprintsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxbool ContainsBlueprint(
string blueprintId
)
Function ContainsBlueprint (
blueprintId As String
) As Boolean
bool ContainsBlueprint(
String^ blueprintId
)
abstract ContainsBlueprint :
blueprintId : string -> bool
Parameters
- blueprintId
- Type: SystemString
Id of blueprint to search for.
Return Value
Type:
BooleanTrue if the blueprint was found; otherwise, false.
See Also