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(bones: Bone[], animations: Animation[], frames: int[], smoothFrames: int[]) {
    GenericRuntime.animate(bones, animations, frames, smoothFrames)
}