C# 클래스 Game.Player

Klasa gracza
파일 보기 프로젝트 열기: vs-team/casanova-mk2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

Player() 공개 메소드

public Player ( System index ) : Casanova.Prelude
index System
리턴 Casanova.Prelude

Player() 공개 메소드

public Player ( System name, GameStatistic statistics ) : Casanova.Prelude
name System
statistics GameStatistic
리턴 Casanova.Prelude

Rule0() 공개 메소드

public Rule0 ( float dt, World world ) : void
dt float
world World
리턴 void

Rule1() 공개 메소드

public Rule1 ( float dt, World world ) : void
dt float
world World
리턴 void

Update() 공개 메소드

public Update ( float dt, World world ) : void
dt float
world World
리턴 void

프로퍼티 상세

Heart1 공개적으로 프로퍼티

public Life,Game Heart1
리턴 Life

Heart2 공개적으로 프로퍼티

public Life,Game Heart2
리턴 Life

Heart3 공개적으로 프로퍼티

public Life,Game Heart3
리턴 Life

ID 공개적으로 프로퍼티

public int ID
리턴 int

JustEntered 공개적으로 프로퍼티

public bool JustEntered
리턴 bool

Name 공개적으로 프로퍼티

public String,System Name
리턴 System.String

PlayerID 공개적으로 프로퍼티

public Int32,System PlayerID
리턴 System.Int32

PlayerShip 공개적으로 프로퍼티

public Ship,Game PlayerShip
리턴 Ship

Score 공개적으로 프로퍼티

public Int32,System Score
리턴 System.Int32

Statistics 공개적으로 프로퍼티

public GameStatistic Statistics
리턴 GameStatistic

___impactBullets00 공개적으로 프로퍼티

public List ___impactBullets00
리턴 List

frame 공개적으로 프로퍼티

public int frame
리턴 int