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