EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Class BehaviorTreeNode

    This class represents a BehaviorTree node. A BehaviorTree node is a type of SequenceNode and serves as the root of the behavior tree.

    Inheritance
    object
    DisposableReactiveObject
    BindableReactiveObject
    AuraObjectBase
    AuraObjectBase<BehaviorTreeNodeProperties>
    NodeBase<BehaviorTreeNodeProperties>
    BehaviorTreeNode
    Implements
    IEntityContainer
    IBehaviorTreeNode
    IControlFlowNode
    INode<BehaviorTreeNodeProperties>
    INode
    IBTNode
    IBehaviorTreeSerializable
    ICanSetName
    IHasName
    IAuraObject<BehaviorTreeNodeProperties>
    IAuraObject
    IBindableReactiveObject
    IHasId
    IHasTypedId<string>
    ICanSetContext
    IHasContext
    IHasErrors
    IDisposable
    INotifyPropertyChanged
    IHasError
    IHasErrorProvider
    Inherited Members
    NodeBase<BehaviorTreeNodeProperties>.ResetStatus()
    NodeBase<BehaviorTreeNodeProperties>.Clone()
    NodeBase<BehaviorTreeNodeProperties>.Remove()
    NodeBase<BehaviorTreeNodeProperties>.Tick(CancellationToken)
    NodeBase<BehaviorTreeNodeProperties>.Reset()
    NodeBase<BehaviorTreeNodeProperties>.AddChild<TNode>(IBTNodeProperties)
    NodeBase<BehaviorTreeNodeProperties>.NodeStorage
    NodeBase<BehaviorTreeNodeProperties>.NodeFactory
    NodeBase<BehaviorTreeNodeProperties>.NodeCacheFactory
    NodeBase<BehaviorTreeNodeProperties>.Clock
    NodeBase<BehaviorTreeNodeProperties>.Position
    NodeBase<BehaviorTreeNodeProperties>.Name
    NodeBase<BehaviorTreeNodeProperties>.IsEnabled
    NodeBase<BehaviorTreeNodeProperties>.Children
    NodeBase<BehaviorTreeNodeProperties>.ChildrenAsList
    NodeBase<BehaviorTreeNodeProperties>.ChildrenById
    NodeBase<BehaviorTreeNodeProperties>.ChildIdStrategy
    NodeBase<BehaviorTreeNodeProperties>.ChildrenSource
    NodeBase<BehaviorTreeNodeProperties>.Status
    NodeBase<BehaviorTreeNodeProperties>.LastTickTimestamp
    NodeBase<BehaviorTreeNodeProperties>.LastTickDuration
    NodeBase<BehaviorTreeNodeProperties>.IsBusy
    NodeBase<BehaviorTreeNodeProperties>.IsReady
    NodeBase<BehaviorTreeNodeProperties>.ShortDescription
    NodeBase<BehaviorTreeNodeProperties>.IsReferenceNode
    NodeBase<BehaviorTreeNodeProperties>.DefaultName
    NodeBase<BehaviorTreeNodeProperties>.NodeId
    NodeBase<BehaviorTreeNodeProperties>.Parent
    NodeBase<BehaviorTreeNodeProperties>.Root
    NodeBase<BehaviorTreeNodeProperties>.Blackboard
    AuraObjectBase<BehaviorTreeNodeProperties>.Properties
    AuraObjectBase.RaisePropertiesWhen<TObject, TKey>(IObservable<IChangeSet<TObject, TKey>>)
    AuraObjectBase.ResolveBinding(string)
    AuraObjectBase.AddDefaultBinding(string)
    AuraObjectBase.AddOrUpdateBinding(AuraBindingProperties)
    AuraObjectBase.LastError
    AuraObjectBase.HasErrors
    AuraObjectBase.Errors
    AuraObjectBase.PropertiesChanges
    AuraObjectBase.IsLoadingProperties
    AuraObjectBase.IsSavingProperties
    AuraObjectBase.Context
    AuraObjectBase.Id
    AuraObjectBase.ErrorProvider
    AuraObjectBase.RaisePropertiesWithBindings
    BindableReactiveObject.RemoveBinding(string)
    BindableReactiveObject.ClearBindings()
    BindableReactiveObject.AddOrUpdateBinding<TSource>(string, TSource, string)
    BindableReactiveObject.AddOrUpdateBinding(IValueProvider, string)
    BindableReactiveObject.RemoveBinding(IReactiveBinding)
    BindableReactiveObject.AddOrUpdateBinding(IReactiveBinding)
    BindableReactiveObject.SessionObjectId
    BindableReactiveObject.HasBindings
    BindableReactiveObject.Bindings
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: EyeAuras.BehaviorTree.Nodes.ControlFlow
    Assembly: EyeAuras.BehaviorTree.dll
    Syntax
    [AuraEntity(Name = "Behavior Tree")]
    public sealed class BehaviorTreeNode : NodeBase<BehaviorTreeNodeProperties>, IEntityContainer, IBehaviorTreeNode, IControlFlowNode, INode<BehaviorTreeNodeProperties>, INode, IBTNode, IBehaviorTreeSerializable, ICanSetName, IHasName, IAuraObject<BehaviorTreeNodeProperties>, IAuraObject, IBindableReactiveObject, IHasId, IHasTypedId<string>, ICanSetContext, IHasContext, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider

    Constructors

    Name Description
    BehaviorTreeNode()

    Properties

    Name Description
    MaxInputs
    MaxOutputs

    Methods

    Name Description
    TickInternal(CancellationToken)

    This abstract method defines the main logic of the node and must be implemented in child classes.

    Extension Methods

    ReactiveObjectExtensions.Listen<TContext, TItem>(TContext, Expression<Func<TContext, IObservableList<TItem>>>)
    ReactiveObjectExtensions.Listen<TContext, TOut>(TContext, Expression<Func<TContext, TOut>>)
    ReactiveObjectExtensions.Listen<TContext, TOut1, TOut2>(TContext, Expression<Func<TContext, TOut1>>, Expression<Func<TContext, TOut2>>)
    ReactiveObjectExtensions.Listen<TContext, TOut1, TOut2, TOut3>(TContext, Expression<Func<TContext, TOut1>>, Expression<Func<TContext, TOut2>>, Expression<Func<TContext, TOut3>>)
    ReactiveObjectExtensions.Listen<TContext, TOut1, TOut2, TOut3, TOut4>(TContext, Expression<Func<TContext, TOut1>>, Expression<Func<TContext, TOut2>>, Expression<Func<TContext, TOut3>>, Expression<Func<TContext, TOut4>>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ISourceList<TCollection>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ICollection<TCollection>)
    ObjectExtensions.CloneJson<T>(T)
    ObjectExtensions.CopyPropertiesTo<TSource, TTarget>(TSource, TTarget)
    ObjectExtensions.DumpToTextRaw<T>(T)
    ObjectExtensions.DumpToText<T>(T)
    ObjectExtensions.Dump<T>(T)
    ObjectExtensions.EvalOrDefault<T, TValue>(T, Func<T, TValue>, TValue)
    ObjectExtensions.Eval<T, TValue>(T, Func<T, TValue>)
    ObjectExtensions.GetPropertyAccessor<TSource, TValue>(TSource, Expression<Func<TSource, TValue>>)
    ObjectExtensions.InsertTo<TItem, TCollection>(TItem, IList<TCollection>, int)
    ObjectExtensions.ToJson<T>(T)
    ObjectExtensions.ToStringSafe<T>(T)
    ObjectExtensions.TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
    XDocumentExtensions.AddTo<T>(T, XContainer)
    NodeExtensions.BuildTreeString(IBTNode, string, bool)
    NodeExtensions.EnumerateChildren(IBTNode)
    NodeExtensions.FindRoot(IBTNode)
    ObjectExtensions.GetPropertyAccessor<TValue>(object, string)
    ObjectReflectionExtensions.GetPropertyTypeOrDefault(object, string)
    ObjectReflectionExtensions.GetPropertyValue<T>(object, string)
    ObjectReflectionExtensions.SetPropertyValue<T>(object, string, T)
    © Xab3r. All rights reserved.