C# Class Indiefreaks.Xna.Logic.Steering.Alignment

Steering behavior aligning the current AutonomousAgent with others.
Inheritance: ContextualSteeringBehavior
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
Alignment ( ) : System.Collections.Generic

Create a new instance

CanCompute ( ) : bool

Defines if the current steering behavior can execute or not.

Override this method to add a global condition to this behavior

Compute ( ) : void

Computes the current Steering Behavior

Private Methods

Méthode Description
GetAgentForwards ( ) : void

Method Details

Alignment() public méthode

Create a new instance
public Alignment ( ) : System.Collections.Generic
Résultat System.Collections.Generic

CanCompute() public méthode

Defines if the current steering behavior can execute or not.
Override this method to add a global condition to this behavior
public CanCompute ( ) : bool
Résultat bool

Compute() public méthode

Computes the current Steering Behavior
public Compute ( ) : void
Résultat void