C# Class SliderPlayerPref, twitchPickTool

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public float defaultValue
return float

onChangeEvent public_oe property

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

sld public_oe property

public Slider, sld
return Slider,

valueName public_oe property

public string valueName
return string