C# Class DoTweenDemo, UGUIPlugin

Inheritance: MonoBehaviour
Show file Open project: l980305284/UGUIPlugin

Public Properties

Property Type Description
image Image
slider Slider,
target Transform
text Text

Public Methods

Method Description
Start ( ) : void

Private Methods

Method Description
DoColor ( ) : void
DoComplete ( ) : void
DoPath ( ) : void
DoSlider ( ) : void
DoText ( ) : void
DoTweenComplete ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

image public property

public Image image
return Image

slider public property

public Slider, slider
return Slider,

target public property

public Transform target
return Transform

text public property

public Text text
return Text