C# Class AdagioSettings.Setting, Adagio

Mostra file Open project: technicalvgda/Adagio

Protected Properties

Property Type Description
initial int
key string
slider Slider,

Public Methods

Method Description
Apply ( ) : void
Init ( ) : void
Reset ( ) : void
Save ( ) : void

Protected Methods

Method Description
Setting ( string key, int initial, Slider, slider ) : UnityEngine

Method Details

Apply() public abstract method

public abstract Apply ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Save() public method

public Save ( ) : void
return void

Setting() protected method

protected Setting ( string key, int initial, Slider, slider ) : UnityEngine
key string
initial int
slider Slider,
return UnityEngine

Property Details

initial protected_oe property

protected int initial
return int

key protected_oe property

protected string key
return string

slider protected_oe property

protected Slider, slider
return Slider,