Animation.matrix3d
3D 变换矩阵。
返回值
Example
ts
const anim = ek.createAnimation()
const animData = anim
.matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 50, 100, 0, 1.1)
.step()
.export()