 | BaseSetBlackboardAttributeBlackboardAttributeValue Property |
Value to set.
Namespace: Slash.AI.BehaviorTrees.Implementations.ActionsAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxprotected abstract Object BlackboardAttributeValue { get; }
Protected MustOverride ReadOnly Property BlackboardAttributeValue As Object
Get
protected:
virtual property Object^ BlackboardAttributeValue {
Object^ get () abstract;
}
abstract BlackboardAttributeValue : Object with get
Property Value
Type:
Object
See Also