(IntPtr model, int node, [In] byte[] info_key_u8)
| 409 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_node_set_transform_model(IntPtr model, int node, Matrix transform_model_space); |
| 410 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_node_set_transform_local(IntPtr model, int node, Matrix transform_local_space); |
| 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); |
no outgoing calls
no test coverage detected