C# Class Game.MergingShip

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

Méthodes publiques

Свойство Type Description
BaseShip Ship
ID int
JustEntered bool
frame int

Méthodes publiques

Méthode Description
MergingShip ( Ship baseship ) : Casanova.Prelude
Rule0 ( float dt, World world ) : void
Update ( float dt, World world ) : void

Method Details

MergingShip() public méthode

public MergingShip ( Ship baseship ) : Casanova.Prelude
baseship Ship
Résultat Casanova.Prelude

Rule0() public méthode

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

Update() public méthode

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

Property Details

BaseShip public_oe property

public Ship BaseShip
Résultat Ship

ID public_oe property

public int ID
Résultat int

JustEntered public_oe property

public bool JustEntered
Résultat bool

frame public_oe property

public int frame
Résultat int