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

Method model_node_parent

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

Source from the content-addressed store, hash-verified

385 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_find (IntPtr model, string name);
386 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_sibling (IntPtr model, int node);
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);

Callers 2

ModelNodeClass · 0.80
MoveParentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected