@galacean/engine-core 2.0.0-alpha.10 → 2.0.0-alpha.11

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/dist/main.js CHANGED
@@ -24146,7 +24146,7 @@ PrimitiveChunk.subMeshPool = new ReturnableObjectPool(SubMesh, 10);
24146
24146
  /** Sprite. */ AssetType["Sprite"] = "Sprite";
24147
24147
  /** PrimitiveMesh. */ AssetType["PrimitiveMesh"] = "PrimitiveMesh";
24148
24148
  /** Sprite Atlas. */ AssetType["SpriteAtlas"] = "SpriteAtlas";
24149
- /** Ambient light. */ AssetType["Env"] = "Environment";
24149
+ /** Ambient light. */ AssetType["AmbientLight"] = "AmbientLight";
24150
24150
  /** Scene. */ AssetType["Scene"] = "Scene";
24151
24151
  /** Font. */ AssetType["Font"] = "Font";
24152
24152
  /** Source Font, include ttf, otf and woff. */ AssetType["SourceFont"] = "SourceFont";