@glowjs/core 2025.7.18 → 2025.7.19

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.
@@ -741,6 +741,10 @@ export declare class Animator extends Component {
741
741
  * 应用
742
742
  */
743
743
  export declare class App extends EventDispatcher {
744
+ /**
745
+ * 加载并行限制,0表示不限制,可影响场景加载速度
746
+ */
747
+ static loadLimit: number;
744
748
  private _cursor;
745
749
  version: string;
746
750
  /**