Click or drag to resize
TaskParameterDescriptionFinalParameterType Property
Returns the final parameter type. If the parameter type is a nullable type, the underlying type is returned, otherwise the parameter type itself is returned.

Namespace: Slash.AI.BehaviorTrees.Editor
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public Type FinalParameterType { get; }

Property Value

Type: Type
See Also