C# Class NumberUI, UnityDemo

Inheritance: MonoBehaviour
Afficher le fichier Open project: rouchen/UnityDemo

Méthodes publiques

Méthode Description
Awake ( ) : void

Awake.

SetNumber ( int num ) : void

設定數字.

Start ( ) : void

Start.

Update ( ) : void

Update.

Private Methods

Méthode Description
GetTenPower ( int pow ) : int

取得10的n次方.

Method Details

Awake() public méthode

Awake.
public Awake ( ) : void
Résultat void

SetNumber() public méthode

設定數字.
public SetNumber ( int num ) : void
num int 數字
Résultat void

Start() public méthode

Start.
public Start ( ) : void
Résultat void

Update() public méthode

Update.
public Update ( ) : void
Résultat void