Method | Description | |
---|---|---|
Awake ( ) : void |
Awake.
|
|
SetNumber ( int num ) : void |
設定數字.
|
|
Start ( ) : void |
Start.
|
|
Update ( ) : void |
Update.
|
Method | Description | |
---|---|---|
GetTenPower ( int pow ) : int |
取得10的n次方.
|