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

Steering behavior that tends to separate the current agent from the provided list of agents
Inheritance: ContextualSteeringBehavior
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
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

Separation ( ) : System.Collections.Generic

Creates a new instance

Private Methods

Méthode Description
GetAgentPositions ( ) : void

Method Details

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

Separation() public méthode

Creates a new instance
public Separation ( ) : System.Collections.Generic
Résultat System.Collections.Generic