C# Class Game.StarSystem

Show file Open project: vs-team/casanova-mk2

Public Properties

Property Type Description
ID int
JustEntered bool
Links List
Planets List
UnityStarSystem UnityStarSystem
frame int

Public Methods

Method Description
StarSystem ( UnityStarSystem ss, List Planets_3, List Links1 ) : Casanova.Prelude
Update ( float dt, World world ) : void

Method Details

StarSystem() public method

public StarSystem ( UnityStarSystem ss, List Planets_3, List Links1 ) : Casanova.Prelude
ss UnityStarSystem
Planets_3 List
Links1 List
return Casanova.Prelude

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

Links public property

public List Links
return List

Planets public property

public List Planets
return List

UnityStarSystem public property

public UnityStarSystem UnityStarSystem
return UnityStarSystem

frame public property

public int frame
return int