C# Class UIListener, TryDoTween

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public Slider, DurationSlider
return Slider,

DurationText public_oe property

public Text, DurationText
return Text,

EaseOverShootSlider public_oe property

public Slider, EaseOverShootSlider
return Slider,

EaseOverShootText public_oe property

public Text, EaseOverShootText
return Text,