C# Class NumberUI, UnityDemo

Inheritance: MonoBehaviour
Mostrar archivo Open project: rouchen/UnityDemo

Public Methods

Method Description
Awake ( ) : void

Awake.

SetNumber ( int num ) : void

設定數字.

Start ( ) : void

Start.

Update ( ) : void

Update.

Private Methods

Method Description
GetTenPower ( int pow ) : int

取得10的n次方.

Method Details

Awake() public method

Awake.
public Awake ( ) : void
return void

SetNumber() public method

設定數字.
public SetNumber ( int num ) : void
num int 數字
return void

Start() public method

Start.
public Start ( ) : void
return void

Update() public method

Update.
public Update ( ) : void
return void