C# Class fliXNA_xbox.Player

Inheritance: FlxSprite
显示文件 Open project: konamicode/fliXNA_xbox Class Usage Examples

Public Properties

Property Type Description
checker FlxSprite
footsteps FlxEmitter

Public Methods

Method Description
Player ( int X, int Y ) : System
getPath ( ) : FlxPath
update ( ) : void

Private Methods

Method Description
pathLogic ( ) : void

Method Details

Player() public method

public Player ( int X, int Y ) : System
X int
Y int
return System

getPath() public method

public getPath ( ) : FlxPath
return FlxPath

update() public method

public update ( ) : void
return void

Property Details

checker public_oe property

public FlxSprite,fliXNA_xbox checker
return FlxSprite

footsteps public_oe property

public FlxEmitter,fliXNA_xbox footsteps
return FlxEmitter