C# Class ChangeTextureOnBeat

Inheritance: MonoBehaviour, Beater
Afficher le fichier Open project: 5thFloorGames/TheMusicGame

Méthodes publiques

Свойство Type Description
off Material
on Material

Méthodes publiques

Méthode Description
Beat ( ) : void
updateTextures ( Material on, Material off ) : void

Private Methods

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Beat() public méthode

public Beat ( ) : void
Résultat void

updateTextures() public méthode

public updateTextures ( Material on, Material off ) : void
on Material
off Material
Résultat void

Property Details

off public_oe property

public Material off
Résultat Material

on public_oe property

public Material on
Résultat Material