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)
}