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

Method model_anim_active_completion

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

Source from the content-addressed store, hash-verified

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);
379 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern float model_anim_active_completion(IntPtr model);
380 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_anim_get_name (IntPtr model, int index);
381 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern float model_anim_get_duration (IntPtr model, int index);
382

Callers 1

ModelClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected