C# Class Game.MergingShip

Mostrar archivo Open project: vs-team/casanova-mk2

Public Properties

Property Type Description
BaseShip Ship
ID int
JustEntered bool
frame int

Public Methods

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

Method Details

MergingShip() public method

public MergingShip ( Ship baseship ) : Casanova.Prelude
baseship Ship
return Casanova.Prelude

Rule0() public method

public Rule0 ( 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

BaseShip public_oe property

public Ship BaseShip
return Ship

ID public_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

frame public_oe property

public int frame
return int