C# Class Game.MergingShip

Show file 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 property

public Ship BaseShip
return Ship

ID public property

public int ID
return int

JustEntered public property

public bool JustEntered
return bool

frame public property

public int frame
return int