C# Class Project290.Games.Solitude.SolitudeObjects.Player

Inheritance: SolitudeObject
Afficher le fichier Open project: scastle/Solitude Class Usage Examples

Méthodes publiques

Свойство Type Description
PlayerFixture Project290.Physics.Dynamics.Fixture
enterDoor Door
enterPosition Vector2
fBar Project290.Games.Solitude.SolitudeHUD.FuelBar
fuel int
hasBoots bool
hasDiedRecently bool
hasENVSuit bool
hasGloves bool
hasJetpack bool
hasSpaceSuit bool
hasUsedJetPack bool
hpBar Project290.Games.Solitude.SolitudeHUD.HealthBar
lives int
onWall bool
oxygen int
standingOn SolitudeObject
width int

Méthodes publiques

Méthode Description
Draw ( ) : void
Player ( Vector2 position, World world ) : System
Reset ( ) : void
Update ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Player() public méthode

public Player ( Vector2 position, World world ) : System
position Vector2
world Project290.Physics.Dynamics.World
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

PlayerFixture public_oe property

public Fixture,Project290.Physics.Dynamics PlayerFixture
Résultat Project290.Physics.Dynamics.Fixture

enterDoor public_oe property

the door used to enter room, so we can reset if the player dies
public Door,Project290.Games.Solitude.SolitudeObjects enterDoor
Résultat Door

enterPosition public_oe property

public Vector2 enterPosition
Résultat Vector2

fBar public_oe property

public FuelBar,Project290.Games.Solitude.SolitudeHUD fBar
Résultat Project290.Games.Solitude.SolitudeHUD.FuelBar

fuel public_oe property

public int fuel
Résultat int

hasBoots public_oe property

public bool hasBoots
Résultat bool

hasDiedRecently public_oe property

public bool hasDiedRecently
Résultat bool

hasENVSuit public_oe property

public bool hasENVSuit
Résultat bool

hasGloves public_oe property

public bool hasGloves
Résultat bool

hasJetpack public_oe property

public bool hasJetpack
Résultat bool

hasSpaceSuit public_oe property

public bool hasSpaceSuit
Résultat bool

hasUsedJetPack public_oe property

public bool hasUsedJetPack
Résultat bool

hpBar public_oe property

public HealthBar,Project290.Games.Solitude.SolitudeHUD hpBar
Résultat Project290.Games.Solitude.SolitudeHUD.HealthBar

lives public_oe property

public int lives
Résultat int

onWall public_oe property

public bool onWall
Résultat bool

oxygen public_oe property

public int oxygen
Résultat int

standingOn public_oe property

a reference to the wall/door the player is on.
public SolitudeObject,Project290.Games.Solitude.SolitudeObjects standingOn
Résultat SolitudeObject

width public_oe static_oe property

public static int width
Résultat int