 | TaskParameterGenericTConcreteUserValue Property |
Parameter value, set by the user.
Namespace: Slash.AI.BehaviorTrees.DataAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic T ConcreteUserValue { get; set; }
Public Property ConcreteUserValue As T
Get
Set
public:
property T ConcreteUserValue {
T get ();
void set (T value);
}
member ConcreteUserValue : 'T with get, set
Property Value
Type:
T
See Also