C# Class LuxEngine.MyInterpretable

Inheritance: Interpretable
Exibir arquivo Open project: Louis-Dureuil/maya-vs-the-world

Public Methods

Method Description
Initialize ( ) : void
MyInterpretable ( Scene parent ) : System
Update ( GameTime gameTime ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

MyInterpretable() public method

public MyInterpretable ( Scene parent ) : System
parent Scene
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void