Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Animate() - Engine

Simply calls Animate() from the generic runtime.

function animate(
    armature: Armature,
    animations: Animation[],
    frames: Int[],
    smoothFrames: Int[],
) {
    GenericRuntime.animate(armature, animations, frames, smoothFrames);
}