C# Class GLSharp.DemoGame.Controllers.PlayerController

Inheritance: MechControllerBase
Afficher le fichier Open project: colin-dumitru/GLSharp Class Usage Examples

Méthodes publiques

Méthode Description
PlayerController ( ) : System
Update ( float delta ) : void

Méthodes protégées

Méthode Description
BindParent ( ) : void

Private Methods

Méthode Description
UpdateHeadOrienation ( ) : void
UpdateMovement ( ) : void

Method Details

BindParent() protected méthode

protected BindParent ( ) : void
Résultat void

PlayerController() public méthode

public PlayerController ( ) : System
Résultat System

Update() public méthode

public Update ( float delta ) : void
delta float
Résultat void