C# Class fliXNA_xbox.FlxState

Inheritance: FlxGroup
Afficher le fichier Open project: konamicode/fliXNA_xbox Class Usage Examples

Protected Properties

Свойство Type Description
hud FlxGroup

Méthodes publiques

Méthode Description
FlxState ( ) : System

Constructs a new state

create ( ) : void

Override create() and initialize your game objects here

draw ( ) : void

Override this only if you are familiar with SpriteBatches and Viewports. Otherwise leave it alone to avoid any issues with rendering.

Method Details

FlxState() public méthode

Constructs a new state
public FlxState ( ) : System
Résultat System

create() public méthode

Override create() and initialize your game objects here
public create ( ) : void
Résultat void

draw() public méthode

Override this only if you are familiar with SpriteBatches and Viewports. Otherwise leave it alone to avoid any issues with rendering.
public draw ( ) : void
Résultat void

Property Details

hud protected_oe property

Internal HUD FlxGroup. Needed because scrollFactor currently does not work so if you want things to stick to the screen add them to this.
protected FlxGroup,fliXNA_xbox hud
Résultat FlxGroup