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

Search Results for

    Class IfThenElseNode

    The IfThenElse node is a type of Control Flow node in the behavior tree with exactly three children nodes. If the condition node returns Success, then it ticks the Then node (the second child). If the condition node returns Failure, then it ticks the Else node (the third child). If the condition node returns Running, then it also returns Running.

    Inheritance
    object
    DisposableReactiveObject
    BindableReactiveObject
    AuraObjectBase
    AuraObjectBase<IfThenElseNodeProperties>
    NodeBase<IfThenElseNodeProperties>
    IfThenElseNode
    Implements
    INode<IfThenElseNodeProperties>
    IAuraObject<IfThenElseNodeProperties>
    IEntityContainer
    IControlFlowNode
    INode
    IAuraObject
    IBindableReactiveObject
    ICanSetContext
    IHasContext
    IBTNode
    IHasId
    IHasTypedId<string>
    IHasErrors
    IDisposable
    INotifyPropertyChanged
    IHasError
    IHasErrorProvider
    IBehaviorTreeSerializable
    ICanSetName
    IHasName
    Inherited Members
    NodeBase<IfThenElseNodeProperties>.ResetStatus()
    NodeBase<IfThenElseNodeProperties>.Clone()
    NodeBase<IfThenElseNodeProperties>.Remove()
    NodeBase<IfThenElseNodeProperties>.Tick(CancellationToken)
    NodeBase<IfThenElseNodeProperties>.AddChild<TNode>(IBTNodeProperties)
    NodeBase<IfThenElseNodeProperties>.NodeStorage
    NodeBase<IfThenElseNodeProperties>.NodeFactory
    NodeBase<IfThenElseNodeProperties>.NodeCacheFactory
    NodeBase<IfThenElseNodeProperties>.Clock
    NodeBase<IfThenElseNodeProperties>.Position
    NodeBase<IfThenElseNodeProperties>.Name
    NodeBase<IfThenElseNodeProperties>.IsEnabled
    NodeBase<IfThenElseNodeProperties>.Children
    NodeBase<IfThenElseNodeProperties>.ChildrenAsList
    NodeBase<IfThenElseNodeProperties>.ChildrenById
    NodeBase<IfThenElseNodeProperties>.ChildIdStrategy
    NodeBase<IfThenElseNodeProperties>.ChildrenSource
    NodeBase<IfThenElseNodeProperties>.Status
    NodeBase<IfThenElseNodeProperties>.LastTickTimestamp
    NodeBase<IfThenElseNodeProperties>.LastTickDuration
    NodeBase<IfThenElseNodeProperties>.IsBusy
    NodeBase<IfThenElseNodeProperties>.IsReady
    NodeBase<IfThenElseNodeProperties>.ShortDescription
    NodeBase<IfThenElseNodeProperties>.IsReferenceNode
    NodeBase<IfThenElseNodeProperties>.DefaultName
    NodeBase<IfThenElseNodeProperties>.MaxInputs
    NodeBase<IfThenElseNodeProperties>.NodeId
    NodeBase<IfThenElseNodeProperties>.Parent
    NodeBase<IfThenElseNodeProperties>.Root
    NodeBase<IfThenElseNodeProperties>.Blackboard
    AuraObjectBase<IfThenElseNodeProperties>.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 = "IfThenElse")]
    public sealed class IfThenElseNode : NodeBase<IfThenElseNodeProperties>, INode<IfThenElseNodeProperties>, IAuraObject<IfThenElseNodeProperties>, IEntityContainer, IControlFlowNode, INode, IAuraObject, IBindableReactiveObject, ICanSetContext, IHasContext, IBTNode, IHasId, IHasTypedId<string>, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, IBehaviorTreeSerializable, ICanSetName, IHasName

    Constructors

    Name Description
    IfThenElseNode()

    Properties

    Name Description
    MaxOutputs

    Methods

    Name Description
    Reset()

    This abstract method allows nodes to reset their state to default (stop timers, clear counters, etc)

    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.