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

Search Results for

    Interface IBehaviorTreeBlackboard

    Represents the blackboard for a behavior tree, which is a shared data structure used by the tree's nodes to read and write variables. The blackboard acts as a central repository for data that can be accessed and modified by different parts of the behavior tree during its execution.

    Inherited Members
    IVariablesAccessor.Contains(string)
    IVariablesAccessor.AddOrUpdate<T>(string, T)
    IVariablesAccessor.AddOrUpdate<T>(string, T, Func<T, T>)
    IVariablesAccessor.TryGetValue<T>(string, out T)
    IVariablesAccessor.GetValue<T>(string, T)
    IVariablesAccessor.GetValue<T>(string)
    IVariablesAccessor.Get<T>(string)
    IVariablesAccessor.Count
    IEnumerable<AuraVariable>.GetEnumerator()
    ICanSetVariables.this[string]
    Namespace: EyeAuras.BehaviorTree
    Assembly: EyeAuras.BehaviorTree.Metadata.dll
    Syntax
    public interface IBehaviorTreeBlackboard : IVariablesAccessor, IEnumerable<AuraVariable>, IEnumerable, ICanSetVariables

    Properties

    Name Description
    Variables

    Gets the hierarchical source cache for the variables used by the behavior tree. This cache stores variables in a hierarchical structure, allowing for efficient access and management of the variables needed by the tree's nodes.

    Extension Methods

    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.DumpToJson<T>(T)
    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, Formatting)
    ObjectExtensions.ToStringSafe<T>(T)
    ObjectExtensions.TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
    ObjectExtensions.WaitForAsync<TObject, T1>(TObject, Func<TObject, T1>, Predicate<T1>, TimeSpan, int)
    XDocumentExtensions.AddTo<T>(T, XContainer)
    ObjectExtensions.GetPropertyAccessor<TValue>(object, string)
    ObjectReflectionExtensions.GetPropertyTypeOrDefault(object, string)
    ObjectReflectionExtensions.GetPropertyValue<T>(object, string)
    ObjectReflectionExtensions.SetPropertyValue<T>(object, string, T)
    2025 © Xab3r. All rights reserved.