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

Method model_anim_count

StereoKit/Native/NativeAPI.cs:375–375  ·  view source on GitHub ↗
(IntPtr model)

Source from the content-addressed store, hash-verified

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);
377 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern AnimMode model_anim_active_mode (IntPtr model);
378 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern float model_anim_active_time (IntPtr model);

Callers 1

ModelAnimCollectionClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected