Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
fliXNA_xbox
Player
C# Class fliXNA_xbox.Player
Inheritance:
FlxSprite
Mostrar archivo
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