File formats·skills/ignifx/references/formats/ignifx.animator.md
ignifx.animator
<!-- Generated by `pnpm docs:schemas`. Do not edit by hand. -->Animator (
Animator (ignifx/animator-file)#
An animation state machine: parameters, layers, states, transitions, and 1D blend trees.
| Field | Kind | Default | Description |
|---|---|---|---|
format | str | "ignifx.animator" | Always ignifx.animator. |
formatVersion | u32 | 1 | The document version this build reads. |
parameters | array | [] | The parameters the state machine reads. |
layers | array | [] | The layers, base first. |
states | array | [] | The states. |
transitions | array | [] | The transitions, in priority order. |
blendTrees1D | array | [] | The 1D blend trees. |