C# Class DetonatorHeatwave, CrabBattle

Inheritance: DetonatorComponent
Show file Open project: tomoprime/CrabBattle Class Usage Examples

Public Properties

Property Type Description
distortion float
heatwaveMaterial Material
zOffset float

Public Methods

Method Description
Explode ( ) : void
Init ( ) : void
Reset ( ) : void
Update ( ) : void

Method Details

Explode() public method

public Explode ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

distortion public property

public float distortion
return float

heatwaveMaterial public property

public Material heatwaveMaterial
return Material

zOffset public property

public float zOffset
return float