C# Class Progressbar, UnityFramework

Inheritance: MonoBehaviour
显示文件 Open project: meta-42/uEasyKit Class Usage Examples

Public Properties

Property Type Description
fillSlot RectTransform
filler RectTransform

Private Properties

Property Type Description
DeterminateAnimation IEnumerator
IndeterminateAnimation IEnumerator

Public Methods

Method Description
Play ( int targetValue = null ) : void
Refresh ( ) : void
Stop ( ) : void
TextNone ( Progressbar, bar ) : string
TextPercent ( Progressbar, bar ) : string
TextRange ( Progressbar, bar ) : string
ToggleTextType ( ) : void
ToggleType ( ) : void
UpdateProgressbar ( ) : void
UpdateText ( ) : void

Private Methods

Method Description
DeterminateAnimation ( int targetValue ) : IEnumerator
IndeterminateAnimation ( ) : IEnumerator

Method Details

Play() public method

public Play ( int targetValue = null ) : void
targetValue int
return void

Refresh() public method

public Refresh ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

TextNone() public static method

public static TextNone ( Progressbar, bar ) : string
bar Progressbar,
return string

TextPercent() public static method

public static TextPercent ( Progressbar, bar ) : string
bar Progressbar,
return string

TextRange() public static method

public static TextRange ( Progressbar, bar ) : string
bar Progressbar,
return string

ToggleTextType() public method

public ToggleTextType ( ) : void
return void

ToggleType() public method

public ToggleType ( ) : void
return void

UpdateProgressbar() public method

public UpdateProgressbar ( ) : void
return void

UpdateText() public method

public UpdateText ( ) : void
return void

Property Details

fillSlot public_oe property

public RectTransform fillSlot
return RectTransform

filler public_oe property

public RectTransform filler
return RectTransform