C# Class Game.ShipExplosion

Mostra 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_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

UnityShipExplosion public_oe property

public UnityShipExplosion UnityShipExplosion
return UnityShipExplosion

___e03 public_oe property

public List ___e03
return List

frame public_oe property

public int frame
return int