add loop option to playAnimation

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

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);