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

Method model_node_visual_index

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

Source from the content-addressed store, hash-verified

390 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_index (IntPtr model, int index);
391 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_visual_count (IntPtr model);
392 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_visual_index (IntPtr model, int index);
393 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_iterate (IntPtr model, int node);
394 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_get_root (IntPtr model);
395 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_node_get_name (IntPtr model, int node);

Callers 2

GetEnumeratorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected