C# 클래스 Game.Commander

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

공개 프로퍼티들

프로퍼티 타입 설명
Allies List
Attack System.Single
CommanderNumber System.Int32
Defense System.Single
Faction Faction
ID int
JustEntered bool
Name System.String
Production System.Single
Research System.Single
frame int

공개 메소드들

메소드 설명
Commander ( System i, Faction f ) : Casanova.Prelude
Update ( float dt, World world ) : void

메소드 상세

Commander() 공개 메소드

public Commander ( System i, Faction f ) : Casanova.Prelude
i System
f Faction
리턴 Casanova.Prelude

Update() 공개 메소드

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

프로퍼티 상세

Allies 공개적으로 프로퍼티

public List Allies
리턴 List

Attack 공개적으로 프로퍼티

public Single,System Attack
리턴 System.Single

CommanderNumber 공개적으로 프로퍼티

public Int32,System CommanderNumber
리턴 System.Int32

Defense 공개적으로 프로퍼티

public Single,System Defense
리턴 System.Single

Faction 공개적으로 프로퍼티

public Faction,Game Faction
리턴 Faction

ID 공개적으로 프로퍼티

public int ID
리턴 int

JustEntered 공개적으로 프로퍼티

public bool JustEntered
리턴 bool

Name 공개적으로 프로퍼티

public String,System Name
리턴 System.String

Production 공개적으로 프로퍼티

public Single,System Production
리턴 System.Single

Research 공개적으로 프로퍼티

public Single,System Research
리턴 System.Single

frame 공개적으로 프로퍼티

public int frame
리턴 int