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

Steering Behavior that creates a force that tends to avoid provided 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

DetectClosestObstacle ( ) : void

Defines the closest obstacle

ObstacleAvoidance ( ) : System

Creates a new instance

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

DetectClosestObstacle() public méthode

Defines the closest obstacle
public DetectClosestObstacle ( ) : void
Résultat void

ObstacleAvoidance() public méthode

Creates a new instance
public ObstacleAvoidance ( ) : System
Résultat System