BusyIndicator Class Reference

A widget used to display the progress status. More...

Inheritance diagram for BusyIndicator:
Widget

List of all members.

Public Member Functions

 BusyIndicator ()
 Constructor.
 BusyIndicator (bool autoStart)
 Constructor.
void Start ()
 Starts the animation.
void Stop ()
 Stops the animation.

Protected Member Functions

override void DisposeSelf ()
 Frees used resources.

Properties

override float Width [get, set]
 Obtains the width.
override float Height [get, set]
 Obtains the height.

Detailed Description

A widget used to display the progress status.


Constructor & Destructor Documentation

BusyIndicator ( bool  autoStart)

Constructor.

Parameters:
autoStartWhether to start the animation immediately after initialization. Default value is False.

Property Documentation

override float Height [get, set]

Obtains the height.

The set value is ignored.

Reimplemented from Widget.

override float Width [get, set]

Obtains the width.

The set value is ignored.

Reimplemented from Widget.