Skip to main content

IGUISkin

Trait IGUISkin 

Source
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§

Source

fn m_font(self) -> Font

Source

fn set_m_font(self, value: Font)

Source

fn m_box(self) -> GUIStyle

Source

fn set_m_box(self, value: GUIStyle)

Source

fn m_button(self) -> GUIStyle

Source

fn set_m_button(self, value: GUIStyle)

Source

fn m_toggle(self) -> GUIStyle

Source

fn set_m_toggle(self, value: GUIStyle)

Source

fn m_label(self) -> GUIStyle

Source

fn set_m_label(self, value: GUIStyle)

Source

fn m_text_field(self) -> GUIStyle

Source

fn set_m_text_field(self, value: GUIStyle)

Source

fn m_text_area(self) -> GUIStyle

Source

fn set_m_text_area(self, value: GUIStyle)

Source

fn m_window(self) -> GUIStyle

Source

fn set_m_window(self, value: GUIStyle)

Source

fn m_horizontal_slider(self) -> GUIStyle

Source

fn set_m_horizontal_slider(self, value: GUIStyle)

Source

fn m_horizontal_slider_thumb(self) -> GUIStyle

Source

fn set_m_horizontal_slider_thumb(self, value: GUIStyle)

Source

fn m_horizontal_slider_thumb_extent(self) -> GUIStyle

Source

fn set_m_horizontal_slider_thumb_extent(self, value: GUIStyle)

Source

fn m_vertical_slider(self) -> GUIStyle

Source

fn set_m_vertical_slider(self, value: GUIStyle)

Source

fn m_vertical_slider_thumb(self) -> GUIStyle

Source

fn set_m_vertical_slider_thumb(self, value: GUIStyle)

Source

fn m_vertical_slider_thumb_extent(self) -> GUIStyle

Source

fn set_m_vertical_slider_thumb_extent(self, value: GUIStyle)

Source

fn m_slider_mixed(self) -> GUIStyle

Source

fn set_m_slider_mixed(self, value: GUIStyle)

Source

fn m_horizontal_scrollbar(self) -> GUIStyle

Source

fn set_m_horizontal_scrollbar(self, value: GUIStyle)

Source

fn m_horizontal_scrollbar_thumb(self) -> GUIStyle

Source

fn set_m_horizontal_scrollbar_thumb(self, value: GUIStyle)

Source

fn m_horizontal_scrollbar_left_button(self) -> GUIStyle

Source

fn set_m_horizontal_scrollbar_left_button(self, value: GUIStyle)

Source

fn m_horizontal_scrollbar_right_button(self) -> GUIStyle

Source

fn set_m_horizontal_scrollbar_right_button(self, value: GUIStyle)

Source

fn m_vertical_scrollbar(self) -> GUIStyle

Source

fn set_m_vertical_scrollbar(self, value: GUIStyle)

Source

fn m_vertical_scrollbar_thumb(self) -> GUIStyle

Source

fn set_m_vertical_scrollbar_thumb(self, value: GUIStyle)

Source

fn m_vertical_scrollbar_up_button(self) -> GUIStyle

Source

fn set_m_vertical_scrollbar_up_button(self, value: GUIStyle)

Source

fn m_vertical_scrollbar_down_button(self) -> GUIStyle

Source

fn set_m_vertical_scrollbar_down_button(self, value: GUIStyle)

Source

fn m_scroll_view(self) -> GUIStyle

Source

fn set_m_scroll_view(self, value: GUIStyle)

Source

fn m_custom_styles(self) -> Array<GUIStyle>

Source

fn set_m_custom_styles(self, value: Array<GUIStyle>)

Source

fn m_settings(self) -> GUISettings

Source

fn set_m_settings(self, value: GUISettings)

Source

fn m_styles(self) -> Dictionary_2<Il2CppString, GUIStyle>

Source

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.

Implementors§