Appearance
缩放 Z 轴。
number scale
Z 轴的缩放倍数
Animation
const anim = ek.createAnimation() const animData = anim .scaleZ(2.0) .step() .export()