Show / Hide Table of Contents

Class BehaviorTreeMemoryExtensions

Inheritance
System.Object
BehaviorTreeMemoryExtensions
Namespace: Eco.Simulation.Agents.AI
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
Type Name Description
IBehaviorControlled context
System.String name
Returns
Type Description
System.Boolean

RemoveMemory(IBehaviorControlled, String)

Declaration
public static void RemoveMemory(this IBehaviorControlled context, string name)
Parameters
Type Name Description
IBehaviorControlled context
System.String name

TryGetMemory<T>(IBehaviorControlled, String, out T)

Declaration
public static bool TryGetMemory<T>(this IBehaviorControlled context, string name, out T output)
Parameters
Type Name Description
IBehaviorControlled context
System.String name
T output
Returns
Type Description
System.Boolean
Type Parameters
Name Description
T
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾