Application 應用程式Application 用於即時取得應用程式資訊,並且可以製作多種功能,例如關閉遊戲等。 Application.dataPath ( ) - Contains the path to the game data folder on the target device (唯讀)。
Application.identifier ( ) - 即時回傳設定的 Application identifier 資訊。
Application.isConsolePlatform ( ) - 目前的遊戲是否運行於已知的遊戲主機。
Application.isEditor ( )
Application.systemLanguage ( ) 用於偵測系統語言
Application.version ( )
Application.Quit ( ) 離開遊戲,以下展示按 ESC 離開遊戲的功能。
Application.OpenURL ( ) 開啟指定的網頁。 |