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