Click or drag to resize
BlueprintTryGetValue Method
Tries to retrieve the value the specified key is mapped to within this blueprint. Searches for the key in a parent blueprint if existent.

Namespace: Slash.ECS.Blueprints
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool TryGetValue(
	Object key,
	out Object value
)

Parameters

key
Type: SystemObject
Key to retrieve the value of.
value
Type: SystemObject
Retrieved value.

Return Value

Type: Boolean
True if a value was found; otherwise, false.
See Also