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

Method model_anim_get_duration

StereoKit/Native/NativeAPI.cs:381–381  ·  view source on GitHub ↗
(IntPtr model, int index)

Source from the content-addressed store, hash-verified

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
383 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_add (IntPtr model, string name, Matrix model_transform, IntPtr mesh, IntPtr material, int solid);
384 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_add_child (IntPtr model, int parent, string name, Matrix local_transform, IntPtr mesh, IntPtr material, int solid);

Callers 1

AnimClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected