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

Method ui_grab_aura_enabled

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

Source from the content-addressed store, hash-verified

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 ();
739 [return: MarshalAs(UnmanagedType.Bool)]
740 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool ui_grab_aura_enabled ();
741 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_push_text_style (TextStyle style);
742 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_pop_text_style ();
743 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern TextStyle ui_get_text_style ();

Callers 1

GrabAuraEnabledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected