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

Method model_node_get_mesh

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

Source from the content-addressed store, hash-verified

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);
401 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_node_get_mesh (IntPtr model, int node);
402 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Matrix model_node_get_transform_model(IntPtr model, int node);
403 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Matrix model_node_get_transform_local(IntPtr model, int node);
404 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_node_set_name (IntPtr model, int node, string name);

Callers 1

ModelNodeClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected