MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / model_set_anim_completion

Method model_set_anim_completion

StereoKit/Native/NativeAPI.cs:373–373  ·  view source on GitHub ↗
(IntPtr model, float percent)

Source from the content-addressed store, hash-verified

371 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_play_anim_idx (IntPtr model, int index, AnimMode mode);
372 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_set_anim_time (IntPtr model, float time);
373 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_set_anim_completion (IntPtr model, float percent);
374 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_anim_find (IntPtr model, string animation_name);
375 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_anim_count (IntPtr model);
376 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_anim_active (IntPtr model);

Callers 1

ModelClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected