C# Class Game.DefendingShip

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

Public Properties

Property Type Description
BaseShip Ship
ID int
JustEntered bool
Strength System.Single
frame int

Public Methods

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

Method Details

DefendingShip() public method

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

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

Strength public_oe property

public Single,System Strength
return System.Single

frame public_oe property

public int frame
return int