C# Class LuxEngine.MyInterpretable

Inheritance: Interpretable
Afficher le fichier Open project: Louis-Dureuil/maya-vs-the-world

Méthodes publiques

Méthode Description
Initialize ( ) : void
MyInterpretable ( Scene parent ) : System
Update ( GameTime gameTime ) : void

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

MyInterpretable() public méthode

public MyInterpretable ( Scene parent ) : System
parent Scene
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void