C# Class ChangeTextureOnBeat

Inheritance: MonoBehaviour, Beater
Exibir arquivo Open project: 5thFloorGames/TheMusicGame

Public Properties

Property Type Description
off Material
on Material

Public Methods

Method Description
Beat ( ) : void
updateTextures ( Material on, Material off ) : void

Private Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Beat() public method

public Beat ( ) : void
return void

updateTextures() public method

public updateTextures ( Material on, Material off ) : void
on Material
off Material
return void

Property Details

off public_oe property

public Material off
return Material

on public_oe property

public Material on
return Material