Class BehaviorTreeMemoryExtensions
Inheritance
System.Object
BehaviorTreeMemoryExtensions
Assembly: Eco.Simulation.dll
Syntax
public static class BehaviorTreeMemoryExtensions : Object
Methods
HasMemory(IBehaviorControlled, String)
Declaration
public static bool HasMemory(this IBehaviorControlled context, string name)
Parameters
Returns
Type |
Description |
System.Boolean |
|
RemoveMemory(IBehaviorControlled, String)
Declaration
public static void RemoveMemory(this IBehaviorControlled context, string name)
Parameters
TryGetMemory<T>(IBehaviorControlled, String, out T)
Declaration
public static bool TryGetMemory<T>(this IBehaviorControlled context, string name, out T output)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Type Parameters