C# Class DetonatorFireball, CrabBattle

Inheritance: DetonatorComponent
Afficher le fichier Open project: tomoprime/CrabBattle Class Usage Examples

Méthodes publiques

Свойство Type Description
drawFireShadow bool
drawFireballA bool
drawFireballB bool
fireShadowMaterial Material
fireballAMaterial Material
fireballBMaterial Material

Méthodes publiques

Méthode Description
BuildFireShadow ( ) : void
BuildFireballA ( ) : void
BuildFireballB ( ) : void
Explode ( ) : void
FillMaterials ( bool wipe ) : void
Init ( ) : void
Reset ( ) : void
UpdateFireShadow ( ) : void
UpdateFireballA ( ) : void
UpdateFireballB ( ) : void

Method Details

BuildFireShadow() public méthode

public BuildFireShadow ( ) : void
Résultat void

BuildFireballA() public méthode

public BuildFireballA ( ) : void
Résultat void

BuildFireballB() public méthode

public BuildFireballB ( ) : void
Résultat void

Explode() public méthode

public Explode ( ) : void
Résultat void

FillMaterials() public méthode

public FillMaterials ( bool wipe ) : void
wipe bool
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

UpdateFireShadow() public méthode

public UpdateFireShadow ( ) : void
Résultat void

UpdateFireballA() public méthode

public UpdateFireballA ( ) : void
Résultat void

UpdateFireballB() public méthode

public UpdateFireballB ( ) : void
Résultat void

Property Details

drawFireShadow public_oe property

public bool drawFireShadow
Résultat bool

drawFireballA public_oe property

public bool drawFireballA
Résultat bool

drawFireballB public_oe property

public bool drawFireballB
Résultat bool

fireShadowMaterial public_oe property

public Material fireShadowMaterial
Résultat Material

fireballAMaterial public_oe property

public Material fireballAMaterial
Résultat Material

fireballBMaterial public_oe property

public Material fireballBMaterial
Résultat Material