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

Method model_node_info_clear

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

Source from the content-addressed store, hash-verified

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)]
418 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool model_node_info_iterate (IntPtr model, int node, ref int ref_iterator, out IntPtr out_key_utf8, out IntPtr out_value_utf8);

Callers 1

ClearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected