Interface INode
Inherited Members
Namespace: EyeAuras.BehaviorTree.Nodes
Assembly: EyeAuras.BehaviorTree.dll
Syntax
public interface INode : IAuraObject, IBindableReactiveObject, ICanSetContext, IHasContext, IBTNode, IHasId, IHasTypedId<string>, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, IBehaviorTreeSerializable, ICanSetName, IHasName
Methods
Name | Description |
---|---|
AddChild<TNode>(IBTNodeProperties) | Creates new child given properties. Type of node is determined by provided properties |
Clone() | Clones properties of this node and its children |