Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
SliderPlayerPref
C# Class SliderPlayerPref, twitchPickTool
Inheritance:
MonoBehaviour
Exibir arquivo
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