C# Class SliderPlayerPref, twitchPickTool

Inheritance: MonoBehaviour
Show file Open project: DanielSnd/twitchPickTool

Public Properties

Property Type Description
defaultValue float
onChangeEvent UnityEngine.Events.UnityEvent
sld Slider,
valueName string

Public Methods

Method Description
Awake ( ) : void
changedValue ( float _s ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

changedValue() public method

public changedValue ( float _s ) : void
_s float
return void

Property Details

defaultValue public property

public float defaultValue
return float

onChangeEvent public property

public UnityEvent,UnityEngine.Events onChangeEvent
return UnityEngine.Events.UnityEvent

sld public property

public Slider, sld
return Slider,

valueName public property

public string valueName
return string