 | TaskParameterAttributeMetaType Property |
Meta type (used for parameters which are initialized by sub configurations).
Namespace: Slash.AI.BehaviorTrees.AttributesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic Type MetaType { get; set; }
Public Property MetaType As Type
Get
Set
public:
property Type^ MetaType {
Type^ get ();
void set (Type^ value);
}
member MetaType : Type with get, set
Property Value
Type:
Type
See Also