 | TaskParameterType 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 abstract Type Type { get; }
Public MustOverride ReadOnly Property Type As Type
Get
public:
virtual property Type^ Type {
Type^ get () abstract;
}
abstract Type : Type with get
Property Value
Type:
Type
See Also