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

Method ui_push_text_style

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

Source from the content-addressed store, hash-verified

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 ();
744 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_push_tint (Color tint_gamma);

Callers 1

PushTextStyleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected