@galacean/effects-specification 2.0.0-beta.0 → 2.1.0-beta.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.
@@ -76,6 +76,10 @@ export interface PluginSpineOption {
76
76
  * @since 1.3.0
77
77
  */
78
78
  resizeRule: number;
79
+ /**
80
+ * 一组动作结束后是否循环最后一个动作
81
+ */
82
+ loopEnd?: boolean;
79
83
  }
80
84
  /**
81
85
  * spine资源信息
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/effects-specification",
3
- "version": "2.0.0-beta.0",
3
+ "version": "2.1.0-beta.0",
4
4
  "description": "Galacean Effects JSON Specification",
5
5
  "module": "./es/index.js",
6
6
  "main": "./es/index.js",