@kkarum/framework 2.3.29 → 2.3.31
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.
|
@@ -14,7 +14,7 @@ const { ccclass, property, executeInEditMode, disallowMultiple, menu } =
|
|
|
14
14
|
* - `colors` 为空 → 全部顶点取白色
|
|
15
15
|
* - 最终 alpha 乘以本节点到根的累乘 opacity
|
|
16
16
|
*/
|
|
17
|
-
@ccclass
|
|
17
|
+
@ccclass
|
|
18
18
|
@menu("render/FWColorAssembler(顶点色渐变)")
|
|
19
19
|
@disallowMultiple
|
|
20
20
|
@executeInEditMode
|