C# Class UIListener, TryDoTween

Inheritance: MonoBehaviour
Show file Open project: quakeboy/TryDoTween Class Usage Examples

Public Properties

Property Type Description
DurationSlider Slider,
DurationText Text,
EaseOverShootSlider Slider,
EaseOverShootText Text,

Public Methods

Method Description
DurationChanged ( float value ) : void

Method Details

DurationChanged() public method

public DurationChanged ( float value ) : void
value float
return void

Property Details

DurationSlider public property

public Slider, DurationSlider
return Slider,

DurationText public property

public Text, DurationText
return Text,

EaseOverShootSlider public property

public Slider, EaseOverShootSlider
return Slider,

EaseOverShootText public property

public Text, EaseOverShootText
return Text,