FormatFrame()
Simply calls FormatFrame() from the generic runtime.
function FormatFrame(
frame: int,
animation: Animation,
reverse: bool,
isLoop: bool,
) {
GenericRuntime.FormatFrame(frame, animation, reverse, isLoop);
}