setStartColorTexture 设置初始颜色 - 纹理采样
setStartColorTexture
类型: MethodDeclaration
所属类: ParticleElement
定义位置: animation.ts
描述
设置初始颜色 - 纹理采样
返回值
类型: void
源代码
位置: 第 2558 行
private setStartColorTexture(): void {
const {color} = this
this.colorChanged = true
color[3] = 255
}
文档生成时间:2026/2/1 16:51:39