C# Class fliXNA_xbox.Player

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

Méthodes publiques

Свойство Type Description
checker FlxSprite
footsteps FlxEmitter

Méthodes publiques

Méthode Description
Player ( int X, int Y ) : System
getPath ( ) : FlxPath
update ( ) : void

Private Methods

Méthode Description
pathLogic ( ) : void

Method Details

Player() public méthode

public Player ( int X, int Y ) : System
X int
Y int
Résultat System

getPath() public méthode

public getPath ( ) : FlxPath
Résultat FlxPath

update() public méthode

public update ( ) : void
Résultat void

Property Details

checker public_oe property

public FlxSprite,fliXNA_xbox checker
Résultat FlxSprite

footsteps public_oe property

public FlxEmitter,fliXNA_xbox footsteps
Résultat FlxEmitter