pub trait IGUISkin: IScriptableObject {
Show 54 methods
// Provided methods
fn m_font(self) -> Font { ... }
fn set_m_font(self, value: Font) { ... }
fn m_box(self) -> GUIStyle { ... }
fn set_m_box(self, value: GUIStyle) { ... }
fn m_button(self) -> GUIStyle { ... }
fn set_m_button(self, value: GUIStyle) { ... }
fn m_toggle(self) -> GUIStyle { ... }
fn set_m_toggle(self, value: GUIStyle) { ... }
fn m_label(self) -> GUIStyle { ... }
fn set_m_label(self, value: GUIStyle) { ... }
fn m_text_field(self) -> GUIStyle { ... }
fn set_m_text_field(self, value: GUIStyle) { ... }
fn m_text_area(self) -> GUIStyle { ... }
fn set_m_text_area(self, value: GUIStyle) { ... }
fn m_window(self) -> GUIStyle { ... }
fn set_m_window(self, value: GUIStyle) { ... }
fn m_horizontal_slider(self) -> GUIStyle { ... }
fn set_m_horizontal_slider(self, value: GUIStyle) { ... }
fn m_horizontal_slider_thumb(self) -> GUIStyle { ... }
fn set_m_horizontal_slider_thumb(self, value: GUIStyle) { ... }
fn m_horizontal_slider_thumb_extent(self) -> GUIStyle { ... }
fn set_m_horizontal_slider_thumb_extent(self, value: GUIStyle) { ... }
fn m_vertical_slider(self) -> GUIStyle { ... }
fn set_m_vertical_slider(self, value: GUIStyle) { ... }
fn m_vertical_slider_thumb(self) -> GUIStyle { ... }
fn set_m_vertical_slider_thumb(self, value: GUIStyle) { ... }
fn m_vertical_slider_thumb_extent(self) -> GUIStyle { ... }
fn set_m_vertical_slider_thumb_extent(self, value: GUIStyle) { ... }
fn m_slider_mixed(self) -> GUIStyle { ... }
fn set_m_slider_mixed(self, value: GUIStyle) { ... }
fn m_horizontal_scrollbar(self) -> GUIStyle { ... }
fn set_m_horizontal_scrollbar(self, value: GUIStyle) { ... }
fn m_horizontal_scrollbar_thumb(self) -> GUIStyle { ... }
fn set_m_horizontal_scrollbar_thumb(self, value: GUIStyle) { ... }
fn m_horizontal_scrollbar_left_button(self) -> GUIStyle { ... }
fn set_m_horizontal_scrollbar_left_button(self, value: GUIStyle) { ... }
fn m_horizontal_scrollbar_right_button(self) -> GUIStyle { ... }
fn set_m_horizontal_scrollbar_right_button(self, value: GUIStyle) { ... }
fn m_vertical_scrollbar(self) -> GUIStyle { ... }
fn set_m_vertical_scrollbar(self, value: GUIStyle) { ... }
fn m_vertical_scrollbar_thumb(self) -> GUIStyle { ... }
fn set_m_vertical_scrollbar_thumb(self, value: GUIStyle) { ... }
fn m_vertical_scrollbar_up_button(self) -> GUIStyle { ... }
fn set_m_vertical_scrollbar_up_button(self, value: GUIStyle) { ... }
fn m_vertical_scrollbar_down_button(self) -> GUIStyle { ... }
fn set_m_vertical_scrollbar_down_button(self, value: GUIStyle) { ... }
fn m_scroll_view(self) -> GUIStyle { ... }
fn set_m_scroll_view(self, value: GUIStyle) { ... }
fn m_custom_styles(self) -> Array<GUIStyle> { ... }
fn set_m_custom_styles(self, value: Array<GUIStyle>) { ... }
fn m_settings(self) -> GUISettings { ... }
fn set_m_settings(self, value: GUISettings) { ... }
fn m_styles(self) -> Dictionary_2<Il2CppString, GUIStyle> { ... }
fn set_m_styles(self, value: Dictionary_2<Il2CppString, GUIStyle>) { ... }
}Provided Methods§
fn m_font(self) -> Font
fn set_m_font(self, value: Font)
fn m_box(self) -> GUIStyle
fn set_m_box(self, value: GUIStyle)
fn m_toggle(self) -> GUIStyle
fn set_m_toggle(self, value: GUIStyle)
fn m_label(self) -> GUIStyle
fn set_m_label(self, value: GUIStyle)
fn m_text_field(self) -> GUIStyle
fn set_m_text_field(self, value: GUIStyle)
fn m_text_area(self) -> GUIStyle
fn set_m_text_area(self, value: GUIStyle)
fn m_window(self) -> GUIStyle
fn set_m_window(self, value: GUIStyle)
fn m_horizontal_slider(self) -> GUIStyle
fn set_m_horizontal_slider(self, value: GUIStyle)
fn m_horizontal_slider_thumb(self) -> GUIStyle
fn set_m_horizontal_slider_thumb(self, value: GUIStyle)
fn m_horizontal_slider_thumb_extent(self) -> GUIStyle
fn set_m_horizontal_slider_thumb_extent(self, value: GUIStyle)
fn m_vertical_slider(self) -> GUIStyle
fn set_m_vertical_slider(self, value: GUIStyle)
fn m_vertical_slider_thumb(self) -> GUIStyle
fn set_m_vertical_slider_thumb(self, value: GUIStyle)
fn m_vertical_slider_thumb_extent(self) -> GUIStyle
fn set_m_vertical_slider_thumb_extent(self, value: GUIStyle)
fn m_slider_mixed(self) -> GUIStyle
fn set_m_slider_mixed(self, value: GUIStyle)
fn m_horizontal_scrollbar(self) -> GUIStyle
fn set_m_horizontal_scrollbar(self, value: GUIStyle)
fn m_horizontal_scrollbar_thumb(self) -> GUIStyle
fn set_m_horizontal_scrollbar_thumb(self, value: GUIStyle)
fn m_vertical_scrollbar(self) -> GUIStyle
fn set_m_vertical_scrollbar(self, value: GUIStyle)
fn m_vertical_scrollbar_thumb(self) -> GUIStyle
fn set_m_vertical_scrollbar_thumb(self, value: GUIStyle)
fn m_scroll_view(self) -> GUIStyle
fn set_m_scroll_view(self, value: GUIStyle)
fn m_custom_styles(self) -> Array<GUIStyle>
fn set_m_custom_styles(self, value: Array<GUIStyle>)
fn m_settings(self) -> GUISettings
fn set_m_settings(self, value: GUISettings)
fn m_styles(self) -> Dictionary_2<Il2CppString, GUIStyle>
fn set_m_styles(self, value: Dictionary_2<Il2CppString, GUIStyle>)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.