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

Method ui_settings

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

Source from the content-addressed store, hash-verified

723 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern UIMove ui_system_get_move_type ();
724 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_system_set_move_type (UIMove move_type);
725 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_settings (UISettings settings);
726 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern UISettings ui_get_settings ();
727 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_set_color (Color color);
728 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_set_theme_color (UIColor color_type, Color color_gamma);

Callers 1

UIClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected