C# Class Progressbar, UnityFramework

Inheritance: MonoBehaviour
Afficher le fichier Open project: meta-42/uEasyKit Class Usage Examples

Méthodes publiques

Свойство Type Description
fillSlot RectTransform
filler RectTransform

Private Properties

Свойство Type Description
DeterminateAnimation IEnumerator
IndeterminateAnimation IEnumerator

Méthodes publiques

Méthode 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

Méthode Description
DeterminateAnimation ( int targetValue ) : IEnumerator
IndeterminateAnimation ( ) : IEnumerator

Method Details

Play() public méthode

public Play ( int targetValue = null ) : void
targetValue int
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

TextNone() public static méthode

public static TextNone ( Progressbar, bar ) : string
bar Progressbar,
Résultat string

TextPercent() public static méthode

public static TextPercent ( Progressbar, bar ) : string
bar Progressbar,
Résultat string

TextRange() public static méthode

public static TextRange ( Progressbar, bar ) : string
bar Progressbar,
Résultat string

ToggleTextType() public méthode

public ToggleTextType ( ) : void
Résultat void

ToggleType() public méthode

public ToggleType ( ) : void
Résultat void

UpdateProgressbar() public méthode

public UpdateProgressbar ( ) : void
Résultat void

UpdateText() public méthode

public UpdateText ( ) : void
Résultat void

Property Details

fillSlot public_oe property

public RectTransform fillSlot
Résultat RectTransform

filler public_oe property

public RectTransform filler
Résultat RectTransform