Render engine.
More...
List of all members.
Public Member Functions |
| Engine (Game _game) |
| Constructor Creates data and 4 cameras (one for each view: 3D, front, top, side).
|
override void | Initialize () |
| Allows the game component to perform any initialization it needs to before starting to run. This is where it can query for any required services and load content. Initialzes cameras with position, target and up-vector.
|
override void | Update (GameTime gameTime) |
| Allows the game component to update itself.
|
override void | Draw (GameTime gameTime) |
Protected Member Functions |
override void | LoadContent () |
| Creates spriteBatch to display current view name. Calls initializeTextureFilter().
|
override void | UnloadContent () |
| UnloadContent will be called once per game and is the place to unload all content.
|
Detailed Description
Render engine.
Definition at line 22 of file Engine.cs.
Constructor & Destructor Documentation
visLU2.Engine.Engine |
( |
Game |
_game ) |
|
Constructor Creates data and 4 cameras (one for each view: 3D, front, top, side).
- Parameters:
-
Definition at line 50 of file Engine.cs.
Member Function Documentation
override void visLU2.Engine.Draw |
( |
GameTime |
gameTime ) |
|
override void visLU2.Engine.Initialize |
( |
) |
|
Allows the game component to perform any initialization it needs to before starting to run. This is where it can query for any required services and load content. Initialzes cameras with position, target and up-vector.
Definition at line 77 of file Engine.cs.
override void visLU2.Engine.LoadContent |
( |
) |
[protected] |
Creates spriteBatch to display current view name. Calls initializeTextureFilter().
Definition at line 123 of file Engine.cs.
override void visLU2.Engine.UnloadContent |
( |
) |
[protected] |
UnloadContent will be called once per game and is the place to unload all content.
Definition at line 153 of file Engine.cs.
override void visLU2.Engine.Update |
( |
GameTime |
gameTime ) |
|
Allows the game component to update itself.
- Parameters:
-
gameTime | Provides a snapshot of timing values. |
Definition at line 169 of file Engine.cs.
The documentation for this class was generated from the following file: