C# Class TextBasedOnSlider, twitchPickTool

Inheritance: MonoBehaviour
Show 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 property

public string posvalue
return string

prevalue public property

public string prevalue
return string

sld public property

public Slider, sld
return Slider,

sldText public property

public Text sldText
return Text

zerovalue public property

public string zerovalue
return string