C# Class Game.StarSystem

Mostra 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_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

Links public_oe property

public List Links
return List

Planets public_oe property

public List Planets
return List

UnityStarSystem public_oe property

public UnityStarSystem UnityStarSystem
return UnityStarSystem

frame public_oe property

public int frame
return int