@galacean/effects-specification 1.3.0-alpha.0 → 1.3.0
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/fallback.js +1 -1
- package/dist/fallback.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/src/item/spine-item.d.ts +4 -3
- package/package.json +1 -1
package/dist/fallback.js
CHANGED
package/dist/fallback.mjs
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -69,11 +69,12 @@ export interface PluginSpineOption {
|
|
|
69
69
|
*/
|
|
70
70
|
speed?: number;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
73
|
-
*
|
|
72
|
+
* 使用的默认大小计算规则
|
|
73
|
+
* 0 :除以包围盒大小
|
|
74
|
+
* 1 : 相机逆投影 + 固定画布大小
|
|
74
75
|
* @since 1.3.0
|
|
75
76
|
*/
|
|
76
|
-
resizeRule:
|
|
77
|
+
resizeRule: number;
|
|
77
78
|
}
|
|
78
79
|
/**
|
|
79
80
|
* spine资源信息
|