Skip to content

Animation Sequence Settings

Semyon Gritsenko edited this page Feb 10, 2022 · 1 revision

Animation Sequence Settings

  • animationType - possible values: localSpace, meshSpace, none
  • basePoseType - works only with localSpace and meshSpace values from animationType. Possible values: skeletonReferencePose, animationScaled, animationFrame, none
  • interpolationType - possible values: linear, step

Example

{
    "animationType": "meshSpace",
    "basePoseType": "animationFrame",
    "interpolationType": "linear"
}

Clone this wiki locally