stop_animation_ffi function
void
stop_animation_ffi()
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, EntityId, ffi.Int)>()
external void stop_animation_ffi(
ffi.Pointer<ffi.Void> sceneManager,
int asset,
int index,
);