C# Class Game.Player

Klasa gracza
Afficher le fichier Open project: vs-team/casanova-mk2 Class Usage Examples

Méthodes publiques

Свойство Type Description
Heart1 Life
Heart2 Life
Heart3 Life
ID int
JustEntered bool
Name System.String
PlayerID System.Int32
PlayerShip Ship
Score System.Int32
Statistics GameStatistic
___impactBullets00 List
frame int

Méthodes publiques

Méthode Description
Player ( System index ) : Casanova.Prelude
Player ( System name, GameStatistic statistics ) : Casanova.Prelude
Rule0 ( float dt, World world ) : void
Rule1 ( float dt, World world ) : void
Update ( float dt, World world ) : void

Method Details

Player() public méthode

public Player ( System index ) : Casanova.Prelude
index System
Résultat Casanova.Prelude

Player() public méthode

public Player ( System name, GameStatistic statistics ) : Casanova.Prelude
name System
statistics GameStatistic
Résultat Casanova.Prelude

Rule0() public méthode

public Rule0 ( float dt, World world ) : void
dt float
world World
Résultat void

Rule1() public méthode

public Rule1 ( float dt, World world ) : void
dt float
world World
Résultat void

Update() public méthode

public Update ( float dt, World world ) : void
dt float
world World
Résultat void

Property Details

Heart1 public_oe property

public Life,Game Heart1
Résultat Life

Heart2 public_oe property

public Life,Game Heart2
Résultat Life

Heart3 public_oe property

public Life,Game Heart3
Résultat Life

ID public_oe property

public int ID
Résultat int

JustEntered public_oe property

public bool JustEntered
Résultat bool

Name public_oe property

public String,System Name
Résultat System.String

PlayerID public_oe property

public Int32,System PlayerID
Résultat System.Int32

PlayerShip public_oe property

public Ship,Game PlayerShip
Résultat Ship

Score public_oe property

public Int32,System Score
Résultat System.Int32

Statistics public_oe property

public GameStatistic Statistics
Résultat GameStatistic

___impactBullets00 public_oe property

public List ___impactBullets00
Résultat List

frame public_oe property

public int frame
Résultat int