MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / loadModelAnimation

Function loadModelAnimation

src/models/index.ts:640–642  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

638}
639
640export function loadModelAnimation(path: string): number {
641 return bloom_load_model_animation(path as any);
642}
643
644export function updateModelAnimation(handle: number, animIndex: number, time: number, scale: number, px: number, py: number, pz: number, rotY: number): void {
645 bloom_update_model_animation(handle, animIndex, time, scale, px, py, pz, rotY);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected