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

Method model_node_get_solid

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

Source from the content-addressed store, hash-verified

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);
396 [return: MarshalAs(UnmanagedType.Bool)]
397 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool model_node_get_solid (IntPtr model, int node);
398 [return: MarshalAs(UnmanagedType.Bool)]
399 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool model_node_get_visible (IntPtr model, int node);
400 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_node_get_material (IntPtr model, int node);

Callers 1

ModelNodeClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected