 | TaskParameterLocation Property |
Location to take parameter value from.
Namespace: Slash.AI.BehaviorTrees.DataAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic TaskParameterLocation Location { get; set; }
Public Property Location As TaskParameterLocation
Get
Set
public:
property TaskParameterLocation Location {
TaskParameterLocation get ();
void set (TaskParameterLocation value);
}
member Location : TaskParameterLocation with get, set
Property Value
Type:
TaskParameterLocation
See Also