Value | Meaning |
---|---|
animationProcessPhysics0 | The animations will progress during the physics frame (i.e. Node._physicsProcess). |
animationProcessIdle1 | The animations will progress during the idle frame (i.e. Node._process). |
animationProcessManual2 | The animations will only progress manually (see advance). |