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

Method ui_get_settings

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

Source from the content-addressed store, hash-verified

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);
729 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Color ui_get_theme_color (UIColor color_type);

Callers 1

UIClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected