C# 클래스 Game.GameStatistic

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

공개 프로퍼티들

프로퍼티 타입 설명
Attack System.Single
Defence System.Single
ID int
JustEntered bool
Production System.Single
Research System.Single
frame int

공개 메소드들

메소드 설명
GameStatistic ( System a, System d, System p, System r ) : Casanova.Prelude
Update ( float dt, World world ) : void

메소드 상세

GameStatistic() 공개 메소드

public GameStatistic ( System a, System d, System p, System r ) : Casanova.Prelude
a System
d System
p System
r System
리턴 Casanova.Prelude

Update() 공개 메소드

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

프로퍼티 상세

Attack 공개적으로 프로퍼티

public Single,System Attack
리턴 System.Single

Defence 공개적으로 프로퍼티

public Single,System Defence
리턴 System.Single

ID 공개적으로 프로퍼티

public int ID
리턴 int

JustEntered 공개적으로 프로퍼티

public bool JustEntered
리턴 bool

Production 공개적으로 프로퍼티

public Single,System Production
리턴 System.Single

Research 공개적으로 프로퍼티

public Single,System Research
리턴 System.Single

frame 공개적으로 프로퍼티

public int frame
리턴 int