C# Class TextBasedOnSlider, twitchPickTool

Inheritance: MonoBehaviour
Mostra file Open project: DanielSnd/twitchPickTool

Public Properties

Property Type Description
posvalue string
prevalue string
sld Slider,
sldText Text
zerovalue string

Public Methods

Method Description
ChangedValue ( float _v ) : void
Start ( ) : void

Method Details

ChangedValue() public method

public ChangedValue ( float _v ) : void
_v float
return void

Start() public method

public Start ( ) : void
return void

Property Details

posvalue public_oe property

public string posvalue
return string

prevalue public_oe property

public string prevalue
return string

sld public_oe property

public Slider, sld
return Slider,

sldText public_oe property

public Text sldText
return Text

zerovalue public_oe property

public string zerovalue
return string