 | BaseSetBlackboardAttributeBooleanAttributeValue Property |
Value to set.
Namespace: Slash.AI.BehaviorTrees.Implementations.ActionsAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic bool AttributeValue { get; set; }
Public Property AttributeValue As Boolean
Get
Set
public:
property bool AttributeValue {
bool get ();
void set (bool value);
}
member AttributeValue : bool with get, set
Property Value
Type:
Boolean
See Also