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

Method model_node_add_child

StereoKit/Native/NativeAPI.cs:384–384  ·  view source on GitHub ↗
(IntPtr model, int parent, string name, Matrix local_transform, IntPtr mesh, IntPtr material, int solid)

Source from the content-addressed store, hash-verified

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

Callers 1

AddChildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected