add loop option to playAnimation

This commit is contained in:
Nick Fisher
2022-03-29 15:49:19 +08:00
parent b00fe3af1e
commit bc492b1cec

View File

@@ -58,7 +58,7 @@ interface FilamentInterop : Library {
fun get_animation_names(viewer:Pointer, outLen:IntByReference) : Pointer;
fun play_animation(viewer:Pointer, index:Int);
fun play_animation(viewer:Pointer, index:Int, loop:Boolean);
fun free_pointer(ptr:Pointer, size:Int);