C# Class Game.ShipExplosion

Show file Open project: vs-team/casanova-mk2

Public Properties

Property Type Description
ID int
JustEntered bool
UnityShipExplosion UnityShipExplosion
___e03 List
frame int

Public Methods

Method Description
Rule0 ( float dt, World world ) : void
ShipExplosion ( UnityEngine position ) : Casanova.Prelude
Update ( float dt, World world ) : void

Method Details

Rule0() public method

public Rule0 ( float dt, World world ) : void
dt float
world World
return void

ShipExplosion() public method

public ShipExplosion ( UnityEngine position ) : Casanova.Prelude
position UnityEngine
return Casanova.Prelude

Update() public method

public Update ( float dt, World world ) : void
dt float
world World
return void

Property Details

ID public property

public int ID
return int

JustEntered public property

public bool JustEntered
return bool

UnityShipExplosion public property

public UnityShipExplosion UnityShipExplosion
return UnityShipExplosion

___e03 public property

public List ___e03
return List

frame public property

public int frame
return int