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

Method hierarchy_pop

StereoKit/Native/NativeAPI.cs:486–486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers 1

PopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected