C# 클래스 Game.Fleet

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

공개 프로퍼티들

프로퍼티 타입 설명
ID int
JustEntered bool
Link Link
Owner Player
Ships System.Int32
Statistics GameStatistic
UnityFleet UnityFleet
frame int

공개 메소드들

메소드 설명
Fleet ( GameStatistic statistics, System ships, Player owner, UnityEngine position, Link link ) : Casanova.Prelude
Rule0 ( float dt, World world ) : void
Rule1 ( float dt, World world ) : void
Update ( float dt, World world ) : void

메소드 상세

Fleet() 공개 메소드

public Fleet ( GameStatistic statistics, System ships, Player owner, UnityEngine position, Link link ) : Casanova.Prelude
statistics GameStatistic
ships System
owner Player
position UnityEngine
link Link
리턴 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

프로퍼티 상세

ID 공개적으로 프로퍼티

public int ID
리턴 int

JustEntered 공개적으로 프로퍼티

public bool JustEntered
리턴 bool

Link 공개적으로 프로퍼티

public Link,Game Link
리턴 Link

Owner 공개적으로 프로퍼티

public Player,Game Owner
리턴 Player

Ships 공개적으로 프로퍼티

public Int32,System Ships
리턴 System.Int32

Statistics 공개적으로 프로퍼티

public GameStatistic,Game Statistics
리턴 GameStatistic

UnityFleet 공개적으로 프로퍼티

public UnityFleet UnityFleet
리턴 UnityFleet

frame 공개적으로 프로퍼티

public int frame
리턴 int