Scene script code
This commit is contained in:
Vendored
+1
-1
@@ -12,7 +12,7 @@ interface SystemNamespace {
|
||||
* Compare against the `System.PLATFORM_*` constants.
|
||||
*
|
||||
* @example
|
||||
* if (System.platform === System.PLATFORM_PSP) { useLowResAssets(); }
|
||||
* if(System.platform === System.PLATFORM_PSP) { useLowResAssets(); }
|
||||
*/
|
||||
readonly platform: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user