API 参考animation 模块updateEasing 更新过渡映射表本页总览updateEasing 更新过渡映射表updateEasing 类型: MethodDeclaration 所属类: ParticleLayer 定义位置: animation.ts 描述 更新过渡映射表 返回值 类型: void 源代码 位置: 第 1813 行 private updateEasing(): void { const {color} = this.data if (color.mode === 'easing') { this.easing = Easing.get(color.easingId) } } 文档生成时间:2025/7/7 12:07:06