C# Class DetonatorGlow, CrabBattle

Inheritance: DetonatorComponent
显示文件 Open project: tomoprime/CrabBattle Class Usage Examples

Public Properties

Property Type Description
glowMaterial Material

Public Methods

Method Description
BuildGlow ( ) : void
Explode ( ) : void
FillMaterials ( bool wipe ) : void
Init ( ) : void
Reset ( ) : void
Update ( ) : void
UpdateGlow ( ) : void

Method Details

BuildGlow() public method

public BuildGlow ( ) : 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

Update() public method

public Update ( ) : void
return void

UpdateGlow() public method

public UpdateGlow ( ) : void
return void

Property Details

glowMaterial public_oe property

public Material glowMaterial
return Material