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

Method hierarchy_push

StereoKit/Native/NativeAPI.cs:485–485  ·  view source on GitHub ↗
(in Matrix transform)

Source from the content-addressed store, hash-verified

483 ///////////////////////////////////////////
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)]

Callers 1

PushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected