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

Method model_anim_find

StereoKit/Native/NativeAPI.cs:374–374  ·  view source on GitHub ↗
(IntPtr model, string animation_name)

Source from the content-addressed store, hash-verified

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

Callers 1

FindAnimMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected