C# Class AudioRemember, TiminesSweeper-3D-

Inheritance: MonoBehaviour
ファイルを表示 Open project: tim-hub/TiminesSweeper-3D-

Public Properties

Property Type Description
EffectSlider Slider,
MusicSlider Slider,

Public Methods

Method Description
SetEffectValue ( float f ) : void
SetMusicValue ( float f ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetEffectValue() public method

public SetEffectValue ( float f ) : void
f float
return void

SetMusicValue() public method

public SetMusicValue ( float f ) : void
f float
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

EffectSlider public_oe property

public Slider, EffectSlider
return Slider,

MusicSlider public_oe property

public Slider, MusicSlider
return Slider,