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

Method model_node_info_remove

StereoKit/Native/NativeAPI.cs:413–414  ·  view source on GitHub ↗
(IntPtr model, int node, [In] byte[] info_key_u8)

Source from the content-addressed store, hash-verified

411 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_node_info_get (IntPtr model, int node, [In] byte[] info_key_u8);
412 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_node_info_set (IntPtr model, int node, [In] byte[] info_key_u8, [In] byte[] info_value_u8);
413 [return: MarshalAs(UnmanagedType.Bool)]
414 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool model_node_info_remove (IntPtr model, int node, [In] byte[] info_key_u8);
415 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_node_info_clear (IntPtr model, int node);
416 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_info_count (IntPtr model, int node);
417 [return: MarshalAs(UnmanagedType.Bool)]

Callers 1

RemoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected