Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeNodeMemory Class Reference
Inheritance diagram for Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeNodeMemory:
Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeControlNodeMemory Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeDecoratorNodeMemory

Public Member Functions

 MyBehaviorTreeNodeMemory ()
 
virtual void Init (MyObjectBuilder_BehaviorTreeNodeMemory builder)
 
virtual MyObjectBuilder_BehaviorTreeNodeMemory GetObjectBuilder ()
 
virtual void ClearMemory ()
 
virtual void PostTickMemory ()
 
void ClearNodeState ()
 

Properties

MyBehaviorTreeState NodeState [get, set]
 
Color NodeStateColor [get]
 
bool InitCalled [get, set]
 
bool IsTicked [get]
 

Detailed Description

Definition at line 12 of file MyBehaviorTreeNodeMemory.cs.

Constructor & Destructor Documentation

Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeNodeMemory.MyBehaviorTreeNodeMemory ( )
inline

Definition at line 19 of file MyBehaviorTreeNodeMemory.cs.

Member Function Documentation

virtual void Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeNodeMemory.ClearMemory ( )
inlinevirtual
void Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeNodeMemory.ClearNodeState ( )
inline

Definition at line 47 of file MyBehaviorTreeNodeMemory.cs.

virtual MyObjectBuilder_BehaviorTreeNodeMemory Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeNodeMemory.GetObjectBuilder ( )
inlinevirtual
virtual void Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeNodeMemory.Init ( MyObjectBuilder_BehaviorTreeNodeMemory  builder)
inlinevirtual
virtual void Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeNodeMemory.PostTickMemory ( )
inlinevirtual

Property Documentation

bool Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeNodeMemory.InitCalled
getset

Definition at line 16 of file MyBehaviorTreeNodeMemory.cs.

bool Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeNodeMemory.IsTicked
get

Definition at line 17 of file MyBehaviorTreeNodeMemory.cs.

MyBehaviorTreeState Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeNodeMemory.NodeState
getset

Definition at line 14 of file MyBehaviorTreeNodeMemory.cs.

Color Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeNodeMemory.NodeStateColor
get

Definition at line 15 of file MyBehaviorTreeNodeMemory.cs.


The documentation for this class was generated from the following file: