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> |