 | TaskDescriptionSetDescriptions Property |
task descriptions.
Namespace: Slash.AI.BehaviorTrees.EditorAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic List<TaskDescription> Descriptions { get; set; }
Public Property Descriptions As List(Of TaskDescription)
Get
Set
public:
property List<TaskDescription^>^ Descriptions {
List<TaskDescription^>^ get ();
void set (List<TaskDescription^>^ value);
}
member Descriptions : List<TaskDescription> with get, set
Property Value
Type:
ListTaskDescription
See Also