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

Method model_node_count

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

Source from the content-addressed store, hash-verified

387 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_parent (IntPtr model, int node);
388 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_child (IntPtr model, int node);
389 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_count (IntPtr model);
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);

Callers 1

ModelNodeCollectionClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected