Свойство | Тип | Описание | |
---|---|---|---|
GlobalLog | ScreenLogComponent | ||
_blackHoleTexture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
_cestTexture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
_currentLevel | |||
_deadTreeTexture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
_gruselUteTexture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
_input | |||
_player | |||
_potionTexture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
_spriteBatch | |||
_tileSetTexture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
_treeTexture | Microsoft.Xna.Framework.Graphics.Texture2D |
Метод | Описание | |
---|---|---|
Game1 ( ) : System | ||
Game1 ( ) : WarTornLands.DEBUG | ||
SetLevel ( |
Метод | Описание | |
---|---|---|
Draw ( |
Dies wird aufgerufen, wenn das Spiel selbst zeichnen soll.
|
|
Initialize ( ) : void |
Ermöglicht dem Spiel, alle Initialisierungen durchzuführen, die es benötigt, bevor die Ausführung gestartet wird. Hier können erforderliche Dienste abgefragt und alle nicht mit Grafiken verbundenen Inhalte geladen werden. Bei Aufruf von base.Initialize werden alle Komponenten aufgezählt sowie initialisiert.
|
|
LoadContent ( ) : void |
LoadContent wird einmal pro Spiel aufgerufen und ist der Platz, wo Ihr gesamter Content geladen wird.
|
|
UnloadContent ( ) : void |
UnloadContent wird einmal pro Spiel aufgerufen und ist der Ort, wo Ihr gesamter Content entladen wird.
|
|
Update ( |
Ermöglicht dem Spiel die Ausführung der Logik, wie zum Beispiel Aktualisierung der Welt, Überprüfung auf Kollisionen, Erfassung von Eingaben und Abspielen von Ton.
|
Метод | Описание | |
---|---|---|
DebugDraw ( |
||
FreezeGame ( ) : void | ||
OnQuit ( object sender, |
||
PopState ( ) : void | ||
PushState ( BaseGameState newState ) : void | ||
UpdateRes ( ) : void |
Sets a vector indicating the screen resolution. Call this whenever the ApplyChanges for the graphics device is called.
|
protected Draw ( |
||
gameTime | Bietet einen Schnappschuss der Timing-Werte. | |
Результат | void |
protected Update ( |
||
gameTime | Bietet einen Schnappschuss der Timing-Werte. | |
Результат | void |
public static ScreenLogComponent GlobalLog | ||
Результат | ScreenLogComponent |
public Texture2D,Microsoft.Xna.Framework.Graphics _blackHoleTexture | ||
Результат | Microsoft.Xna.Framework.Graphics.Texture2D |
public Texture2D,Microsoft.Xna.Framework.Graphics _cestTexture | ||
Результат | Microsoft.Xna.Framework.Graphics.Texture2D |
public Texture2D,Microsoft.Xna.Framework.Graphics _deadTreeTexture | ||
Результат | Microsoft.Xna.Framework.Graphics.Texture2D |
public Texture2D,Microsoft.Xna.Framework.Graphics _gruselUteTexture | ||
Результат | Microsoft.Xna.Framework.Graphics.Texture2D |
public Player,WarTornLands.PlayerClasses _player | ||
Результат |
public Texture2D,Microsoft.Xna.Framework.Graphics _potionTexture | ||
Результат | Microsoft.Xna.Framework.Graphics.Texture2D |
public SpriteBatch,Microsoft.Xna.Framework.Graphics _spriteBatch | ||
Результат |
public Texture2D,Microsoft.Xna.Framework.Graphics _tileSetTexture | ||
Результат | Microsoft.Xna.Framework.Graphics.Texture2D |