 | TaskDescriptionTypeName Property |
Full qualified type of the task.
Namespace: Slash.AI.BehaviorTrees.EditorAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic string TypeName { get; set; }
Public Property TypeName As String
Get
Set
public:
property String^ TypeName {
String^ get ();
void set (String^ value);
}
member TypeName : string with get, set
Property Value
Type:
String
See Also