Méthode | Description | |
---|---|---|
LoadContent ( ) : void |
Load content
|
|
TriPlanarMappingDemo ( ) : System |
TriPlanarMappingDemo constructor
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes game
|
|
Draw ( Fusion.GameTime gameTime, StereoEye stereoEye ) : void |
Draws game
|
|
Initialize ( ) : void |
Initializes game :
|
|
Update ( Fusion.GameTime gameTime ) : void |
Updates game
|
Méthode | Description | |
---|---|---|
EnumFunc ( Fusion.Graphics.PipelineState p, RenderFlags f ) : void | ||
Game_Exiting ( object sender, |
Saves configuration on exit.
|
|
InputDeviceOnKeyDown ( object sender, Fusion.Input.InputDevice keyEventArgs ) : void | ||
InputDevice_KeyDown ( object sender, Fusion e ) : void |
Handle keys
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected Draw ( Fusion.GameTime gameTime, StereoEye stereoEye ) : void | ||
gameTime | Fusion.GameTime | |
stereoEye | StereoEye | |
Résultat | void |
protected Update ( Fusion.GameTime gameTime ) : void | ||
gameTime | Fusion.GameTime | |
Résultat | void |