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

Method model_anim_active_time

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

Source from the content-addressed store, hash-verified

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);
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);

Callers 1

ModelClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected