Search Results for

    Show / Hide Table of Contents

    Class BehaviorTreeKnowledgeConditionalDecorator

    Checks certain knowledge value to conditionally enter the node.

    Inheritance
    System.Object
    Object
    SerializableScriptingObject
    BehaviorTreeNode
    BehaviorTreeDecorator
    BehaviorTreeKnowledgeConditionalDecorator
    Implements
    ISerializable
    Inherited Members
    BehaviorTreeDecorator.CanUpdate(BehaviorUpdateContext)
    BehaviorTreeDecorator.PostUpdate(BehaviorUpdateContext, BehaviorUpdateResult)
    BehaviorTreeNode.Init(BehaviorTree)
    BehaviorTreeNode.GetStateSize()
    BehaviorTreeNode.InitState(BehaviorUpdateContext)
    BehaviorTreeNode.ReleaseState(BehaviorUpdateContext)
    BehaviorTreeNode.Update(BehaviorUpdateContext)
    BehaviorTreeNode.GetDebugInfo(BehaviorUpdateContext)
    BehaviorTreeNode.GetStateSize<T>()
    BehaviorTreeNode.NewState(IntPtr, Object)
    BehaviorTreeNode.GetState<T>(IntPtr)
    BehaviorTreeNode.FreeState(IntPtr)
    BehaviorTreeNode._memoryOffset
    BehaviorTreeNode._executionIndex
    BehaviorTreeNode._parent
    BehaviorTreeNode.Name
    Object.__unmanagedPtr
    Object.__internalId
    Object.Finalize()
    Object.As<T>()
    Object.NewValue(Type)
    Object.New(String)
    Object.Find<T>(Guid, Boolean)
    Object.Find(Guid, Type, Boolean)
    Object.TryFind<T>(Guid)
    Object.TryFind(Guid, Type)
    Object.Destroy(Object, Single)
    Object.DestroyNow(Object)
    Object.Destroy<T>(T, Single)
    Object.Equals(Object)
    Object.GetUnmanagedPtr(Object)
    Object.GetUnmanagedInterface(Object, Type)
    Object.FromUnmanagedPtr(IntPtr)
    Object.MapObjectID(Guid)
    Object.RemapObjectID(Guid)
    Object.GetHashCode()
    Object.ID
    Object.TypeName
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class BehaviorTreeKnowledgeConditionalDecorator : BehaviorTreeDecorator, ISerializable

    Constructors

    BehaviorTreeKnowledgeConditionalDecorator()

    Initializes a new instance of the BehaviorTreeKnowledgeConditionalDecorator.

    Declaration
    public BehaviorTreeKnowledgeConditionalDecorator()

    Properties

    Comparison

    Values comparision mode.

    Declaration
    [EditorOrder(20)]
    [Unmanaged]
    public BehaviorValueComparison Comparison { get; set; }
    Property Value
    BehaviorValueComparison

    ValueA

    The first value from behavior's knowledge (blackboard, goal or sensor) to use for comparision.

    Declaration
    [EditorOrder(0)]
    [Unmanaged]
    public BehaviorKnowledgeSelectorAny ValueA { get; set; }
    Property Value
    BehaviorKnowledgeSelectorAny

    ValueB

    The second value to use for comparision (constant).

    Declaration
    [EditorOrder(10)]
    [Unmanaged]
    public float ValueB { get; set; }
    Property Value
    System.Single

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat