set_animation_frame function
Implementation
@ffi.Native<
ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Int, ffi.Int, ffi.Int)>()
external void set_animation_frame(
ffi.Pointer<ffi.Void> sceneManager,
int entity,
int animationIndex,
int animationFrame,
);