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

Method ui_popup_pose

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

Source from the content-addressed store, hash-verified

733 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_set_element_color (UIVisual element_visual, UIColor color_type);
734 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_set_element_sound (UIVisual element_visual, IntPtr activate, IntPtr deactivate);
735 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Pose ui_popup_pose (Vec3 shift);
736
737 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_push_grab_aura ([MarshalAs(UnmanagedType.Bool)] bool enabled);
738 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_pop_grab_aura ();

Callers 1

PopupPoseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected