Show / Hide Table of Contents

Interface IBehaviorControlled

Namespace: Eco.Simulation.Agents.AI
Assembly: Eco.Simulation.dll
Syntax
public interface IBehaviorControlled

Properties

DebugData

Declaration
BehaviorDebugData DebugData { get; set; }
Property Value
Type Description
BehaviorDebugData

Memory

Declaration
IDictionary<string, object> Memory { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

Extension Methods

BehaviorTreeMemoryExtensions.TryGetMemory<T>(IBehaviorControlled, String, out T)
BehaviorTreeMemoryExtensions.HasMemory(IBehaviorControlled, String)
BehaviorTreeMemoryExtensions.RemoveMemory(IBehaviorControlled, String)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾