C# Class Game.Fleet

Show file Open project: vs-team/casanova-mk2 Class Usage Examples

Public Properties

Property Type Description
ID int
JustEntered bool
Link Link
Owner Player
Ships System.Int32
Statistics GameStatistic
UnityFleet UnityFleet
frame int

Public Methods

Method Description
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

Method Details

Fleet() public method

public Fleet ( GameStatistic statistics, System ships, Player owner, UnityEngine position, Link link ) : Casanova.Prelude
statistics GameStatistic
ships System
owner Player
position UnityEngine
link Link
return Casanova.Prelude

Rule0() public method

public Rule0 ( float dt, World world ) : void
dt float
world World
return void

Rule1() public method

public Rule1 ( float dt, World world ) : void
dt float
world World
return void

Update() public method

public Update ( float dt, World world ) : void
dt float
world World
return void

Property Details

ID public property

public int ID
return int

JustEntered public property

public bool JustEntered
return bool

Link public property

public Link,Game Link
return Link

Owner public property

public Player,Game Owner
return Player

Ships public property

public Int32,System Ships
return System.Int32

Statistics public property

public GameStatistic,Game Statistics
return GameStatistic

UnityFleet public property

public UnityFleet UnityFleet
return UnityFleet

frame public property

public int frame
return int