Interface AnimatableProperties

Hierarchy

  • AnimatableProperties

Properties

offsetDistance?: null | number

实体在动画运动路径中的对应位置,用 0 ~ 1 表示,0 表示实体在路径起点,1 表示在终点。 配合时序参数 offsetPath 使用。

transform: Matrix | Matrix[]
transformOrigin?: Vector3