 | TaskParameterGenericTType Property |
Returns the type of the task parameter value.
Namespace: Slash.AI.BehaviorTrees.DataAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic override Type Type { get; }
Public Overrides ReadOnly Property Type As Type
Get
public:
virtual property Type^ Type {
Type^ get () override;
}
abstract Type : Type with get
override Type : Type with get
Property Value
Type:
Type
See Also