C# Class Game.StarSystem

Afficher le fichier Open project: vs-team/casanova-mk2

Méthodes publiques

Свойство Type Description
ID int
JustEntered bool
Links List
Planets List
UnityStarSystem UnityStarSystem
frame int

Méthodes publiques

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

Method Details

StarSystem() public méthode

public StarSystem ( UnityStarSystem ss, List Planets_3, List Links1 ) : Casanova.Prelude
ss UnityStarSystem
Planets_3 List
Links1 List
Résultat Casanova.Prelude

Update() public méthode

public Update ( float dt, World world ) : void
dt float
world World
Résultat void

Property Details

ID public_oe property

public int ID
Résultat int

JustEntered public_oe property

public bool JustEntered
Résultat bool

Links public_oe property

public List Links
Résultat List

Planets public_oe property

public List Planets
Résultat List

UnityStarSystem public_oe property

public UnityStarSystem UnityStarSystem
Résultat UnityStarSystem

frame public_oe property

public int frame
Résultat int