@galacean/effects-specification 2.2.0-alpha.2 → 2.2.0-alpha.3

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.
@@ -41,6 +41,11 @@ export interface VideoContentOptions {
41
41
  * @default 1
42
42
  */
43
43
  volume?: number;
44
+ /**
45
+ * 是否为透明视频
46
+ * @default false
47
+ */
48
+ transparent?: boolean;
44
49
  }
45
50
  /**
46
51
  * 视频组件属性
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/effects-specification",
3
- "version": "2.2.0-alpha.2",
3
+ "version": "2.2.0-alpha.3",
4
4
  "description": "Galacean Effects JSON Specification",
5
5
  "module": "./es/index.js",
6
6
  "main": "./es/index.js",