 | BaseCopyBlackboardAttributeSourceAttributeKey Property |
Key of blackboard attribute to take the value from.
Namespace: Slash.AI.BehaviorTrees.Implementations.ActionsAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxprotected abstract Object SourceAttributeKey { get; }
Protected MustOverride ReadOnly Property SourceAttributeKey As Object
Get
protected:
virtual property Object^ SourceAttributeKey {
Object^ get () abstract;
}
abstract SourceAttributeKey : Object with get
Property Value
Type:
Object
See Also