@galacean/engine-loader 1.4.4 → 1.4.5
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@galacean/engine-loader",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"types/**/*"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@galacean/engine-core": "1.4.
|
|
22
|
-
"@galacean/engine-
|
|
23
|
-
"@galacean/engine-
|
|
21
|
+
"@galacean/engine-core": "1.4.5",
|
|
22
|
+
"@galacean/engine-rhi-webgl": "1.4.5",
|
|
23
|
+
"@galacean/engine-math": "1.4.5"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"b:types": "tsc"
|
|
@@ -25,6 +25,7 @@ export declare abstract class HierarchyParser<T extends Scene | PrefabResource,
|
|
|
25
25
|
private _parseEntities;
|
|
26
26
|
private _parseComponents;
|
|
27
27
|
private _parsePrefabModification;
|
|
28
|
+
private _parseAddedComponents;
|
|
28
29
|
private _parsePrefabRemovedEntities;
|
|
29
30
|
private _parsePrefabRemovedComponents;
|
|
30
31
|
private _organizeEntities;
|
|
@@ -33,6 +34,7 @@ export declare abstract class HierarchyParser<T extends Scene | PrefabResource,
|
|
|
33
34
|
private _parsePrefab;
|
|
34
35
|
private _parseStrippedEntity;
|
|
35
36
|
private _parseChildren;
|
|
37
|
+
private _addComponents;
|
|
36
38
|
private _applyEntityData;
|
|
37
39
|
private _generateInstanceContext;
|
|
38
40
|
}
|