add loop option to playAnimation
This commit is contained in:
@@ -58,7 +58,7 @@ interface FilamentInterop : Library {
|
|||||||
|
|
||||||
fun get_animation_names(viewer:Pointer, outLen:IntByReference) : Pointer;
|
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);
|
fun free_pointer(ptr:Pointer, size:Int);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user