@cocos/cocos-cli-types 0.0.1-alpha.19.1 → 0.0.1-alpha.21.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/builder.d.ts +4 -0
- package/cc.d.ts +76009 -0
- package/configuration.d.ts +32 -0
- package/engine.d.ts +2 -0
- package/index.d.ts +273 -3
- package/package.json +1 -1
- package/scripting.d.ts +92 -0
- package/service.d.ts +2139 -0
package/builder.d.ts
CHANGED
|
@@ -5587,6 +5587,10 @@ declare namespace StatsQuery {
|
|
|
5587
5587
|
* An internal constant to indicate whether we're using ui skew module.
|
|
5588
5588
|
*/
|
|
5589
5589
|
USE_UI_SKEW: boolean;
|
|
5590
|
+
/**
|
|
5591
|
+
* An internal constant to indicate whether we're using sorting-2d module.
|
|
5592
|
+
*/
|
|
5593
|
+
USE_SORTING_2D: boolean;
|
|
5590
5594
|
}
|
|
5591
5595
|
interface IPublicFlagConfig {
|
|
5592
5596
|
DEBUG: boolean;
|