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

Method model_set_anim_time

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

Source from the content-addressed store, hash-verified

370 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool model_play_anim (IntPtr model, string animation_name, AnimMode mode);
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);

Callers 1

ModelClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected