C# Class DetonatorShockwave, CrabBattle

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

Public Properties

Property Type Description
renderMode ParticleRenderMode
shockwaveMaterial Material

Public Methods

Method Description
BuildShockwave ( ) : void
Explode ( ) : void
FillMaterials ( bool wipe ) : void
Init ( ) : void
Reset ( ) : void
UpdateShockwave ( ) : void

Method Details

BuildShockwave() public method

public BuildShockwave ( ) : void
return void

Explode() public method

public Explode ( ) : void
return void

FillMaterials() public method

public FillMaterials ( bool wipe ) : void
wipe bool
return void

Init() public method

public Init ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

UpdateShockwave() public method

public UpdateShockwave ( ) : void
return void

Property Details

renderMode public property

public ParticleRenderMode renderMode
return ParticleRenderMode

shockwaveMaterial public property

public Material shockwaveMaterial
return Material