C# Class Spine.Unity.Examples.SpineGauge

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: EsotericSoftware/spine-runtimes

Méthodes publiques

Méthode Description
Awake ( ) : void
SetGaugePercent ( float percent ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

SetGaugePercent() public méthode

public SetGaugePercent ( float percent ) : void
percent float
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void