C# Class SliderPlayerPref, twitchPickTool

Inheritance: MonoBehaviour
Afficher le fichier Open project: DanielSnd/twitchPickTool

Méthodes publiques

Свойство Type Description
defaultValue float
onChangeEvent UnityEngine.Events.UnityEvent
sld Slider,
valueName string

Méthodes publiques

Méthode Description
Awake ( ) : void
changedValue ( float _s ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

changedValue() public méthode

public changedValue ( float _s ) : void
_s float
Résultat void

Property Details

defaultValue public_oe property

public float defaultValue
Résultat float

onChangeEvent public_oe property

public UnityEvent,UnityEngine.Events onChangeEvent
Résultat UnityEngine.Events.UnityEvent

sld public_oe property

public Slider, sld
Résultat Slider,

valueName public_oe property

public string valueName
Résultat string