C# Class Tantric.Graphical.Scenes.WorldScene

Inheritance: Scene, IDisposable
Afficher le fichier Open project: TheEtiologist/tantric

Méthodes publiques

Méthode Description
AddLayer ( WorldLayer lay ) : void
Dispose ( ) : void
Draw ( Microsoft gameTime ) : void

Draw our game world.

GetLayer ( String name ) : WorldLayer
HandleInput ( GameTime gameTime ) : void
Logic ( Microsoft gameTime ) : void

Update our game world.

Pause ( ) : void

Pause...

Unpause ( ) : void

Unpause...

WorldScene ( GraphicsDeviceManager manager, Microsoft.Xna.Framework.Content.ContentManager content, String name ) : System

Constructor

Méthodes protégées

Méthode Description
InternallyLoadResources ( ) : void

Load our resources

InternallyUnloadResources ( ) : void

Unload our resources

Method Details

AddLayer() public méthode

public AddLayer ( WorldLayer lay ) : void
lay WorldLayer
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

Draw our game world.
public Draw ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void

GetLayer() public méthode

public GetLayer ( String name ) : WorldLayer
name String
Résultat WorldLayer

HandleInput() public méthode

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

InternallyLoadResources() protected méthode

Load our resources
protected InternallyLoadResources ( ) : void
Résultat void

InternallyUnloadResources() protected méthode

Unload our resources
protected InternallyUnloadResources ( ) : void
Résultat void

Logic() public méthode

Update our game world.
public Logic ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void

Pause() public méthode

Pause...
public Pause ( ) : void
Résultat void

Unpause() public méthode

Unpause...
public Unpause ( ) : void
Résultat void

WorldScene() public méthode

Constructor
public WorldScene ( GraphicsDeviceManager manager, Microsoft.Xna.Framework.Content.ContentManager content, String name ) : System
manager GraphicsDeviceManager
content Microsoft.Xna.Framework.Content.ContentManager
name String
Résultat System