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

Method hierarchy_set_enabled

StereoKit/Native/NativeAPI.cs:487–487  ·  view source on GitHub ↗
([MarshalAs(UnmanagedType.Bool)] bool enabled)

Source from the content-addressed store, hash-verified

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();
490 //[DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ref Matrix hierarchy_to_world();

Callers 1

HierarchyClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected