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