C# Class AdagioSettings, Adagio

Inheritance: MonoBehaviour
Show file Open project: technicalvgda/Adagio

Public Properties

Property Type Description
audioCtrl AdagioAudio
imgPreview Image
sliderImage Slider

Public Methods

Method Description
ApplyBgm ( ) : void
ApplyImage ( ) : void
ApplySe ( ) : void
Awake ( ) : void
Nuke ( ) : void
ResetBgm ( ) : void
ResetImage ( ) : void
ResetSe ( ) : void
SaveBgm ( ) : void
SaveImage ( ) : void
SaveSe ( ) : void

Method Details

ApplyBgm() public method

public ApplyBgm ( ) : void
return void

ApplyImage() public method

public ApplyImage ( ) : void
return void

ApplySe() public method

public ApplySe ( ) : void
return void

Awake() public method

public Awake ( ) : void
return void

Nuke() public method

public Nuke ( ) : void
return void

ResetBgm() public method

public ResetBgm ( ) : void
return void

ResetImage() public method

public ResetImage ( ) : void
return void

ResetSe() public method

public ResetSe ( ) : void
return void

SaveBgm() public method

public SaveBgm ( ) : void
return void

SaveImage() public method

public SaveImage ( ) : void
return void

SaveSe() public method

public SaveSe ( ) : void
return void

Property Details

audioCtrl public property

public AdagioAudio audioCtrl
return AdagioAudio

imgPreview public property

public Image imgPreview
return Image

sliderImage public property

public Slider sliderImage
return Slider