C# Class ExplosionDamage

Inheritance: DamageTokenBasis
Datei anzeigen Open project: waltzaround/Cardboard-Asteroids Class Usage Examples

Public Properties

Property Type Description
maxScale float
velocity float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

maxScale public_oe property

public float maxScale
return float

velocity public_oe property

public float velocity
return float