 | 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.EditorAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic Type FinalParameterType { get; }
Public ReadOnly Property FinalParameterType As Type
Get
public:
property Type^ FinalParameterType {
Type^ get ();
}
member FinalParameterType : Type with get
Property Value
Type:
Type
See Also