C# Class geek.GameEngine.Behaviours.BezierMovementBehaviour

Lets an object move along a bezier curve.
Inheritance: IBehaviour
Afficher le fichier Open project: impworks/xna.geek.engine

Méthodes publiques

Méthode Description
BezierMovementBehaviour ( ) : System
BezierMovementBehaviour ( IEnumerable points ) : System
Reverse ( ) : void

Reverse the movement along the curve.

UpdateObjectState ( DynamicObject obj ) : void

Private Methods

Méthode Description
reset ( ) : void

Reinitialize the properties of the bezier curve path.

Method Details

BezierMovementBehaviour() public méthode

public BezierMovementBehaviour ( ) : System
Résultat System

BezierMovementBehaviour() public méthode

public BezierMovementBehaviour ( IEnumerable points ) : System
points IEnumerable
Résultat System

Reverse() public méthode

Reverse the movement along the curve.
public Reverse ( ) : void
Résultat void

UpdateObjectState() public méthode

public UpdateObjectState ( DynamicObject obj ) : void
obj geek.GameEngine.Visuals.DynamicObject
Résultat void