Click or drag to resize
TaskParameterGenericTTryGetValue Method
Tries to get the task parameter value.

Namespace: Slash.AI.BehaviorTrees.Data
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public bool TryGetValue(
	IAgentData agentData,
	out T value
)

Parameters

agentData
Type: Slash.AI.BehaviorTrees.InterfacesIAgentData
Agent data.
value
Type: T
Parameter value.

Return Value

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