| 484 | |
| 485 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void hierarchy_push(in Matrix transform); |
| 486 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void hierarchy_pop(); |
| 487 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void hierarchy_set_enabled([MarshalAs(UnmanagedType.Bool)] bool enabled); |
| 488 | [return: MarshalAs(UnmanagedType.Bool)] |
| 489 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool hierarchy_is_enabled(); |