Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Game.AI.Navigation.MySteeringBase Class Referenceabstract
Inheritance diagram for Sandbox.Game.AI.Navigation.MySteeringBase:
Sandbox.Game.AI.Navigation.MyCharacterAvoidance Sandbox.Game.AI.Navigation.MyCollisionDetectionSteering Sandbox.Game.AI.Navigation.MyTargetSteering Sandbox.Game.AI.Navigation.MyTreeAvoidance Sandbox.Game.AI.Navigation.MyPathSteering

Public Member Functions

 MySteeringBase (MyBotNavigation parent, float weight)
 
abstract void AccumulateCorrection (ref Vector3 correction, ref float weight)
 
virtual void Update ()
 
virtual void Cleanup ()
 
abstract string GetName ()
 
virtual void DebugDraw ()
 

Properties

float Weight [get, protected set]
 
MyBotNavigation Parent [get]
 

Detailed Description

Definition at line 10 of file MySteeringBase.cs.

Constructor & Destructor Documentation

Sandbox.Game.AI.Navigation.MySteeringBase.MySteeringBase ( MyBotNavigation  parent,
float  weight 
)
inline

Definition at line 15 of file MySteeringBase.cs.

Member Function Documentation

abstract void Sandbox.Game.AI.Navigation.MySteeringBase.AccumulateCorrection ( ref Vector3  correction,
ref float  weight 
)
pure virtual
virtual void Sandbox.Game.AI.Navigation.MySteeringBase.Cleanup ( )
inlinevirtual

Reimplemented in Sandbox.Game.AI.Navigation.MyPathSteering.

Definition at line 23 of file MySteeringBase.cs.

virtual void Sandbox.Game.AI.Navigation.MySteeringBase.DebugDraw ( )
inlinevirtual
abstract string Sandbox.Game.AI.Navigation.MySteeringBase.GetName ( )
pure virtual
virtual void Sandbox.Game.AI.Navigation.MySteeringBase.Update ( )
inlinevirtual

Property Documentation

MyBotNavigation Sandbox.Game.AI.Navigation.MySteeringBase.Parent
get

Definition at line 13 of file MySteeringBase.cs.

float Sandbox.Game.AI.Navigation.MySteeringBase.Weight
getprotected set

Definition at line 12 of file MySteeringBase.cs.


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