Skip to main content

IHorizontalOrVerticalLayoutGroup

Trait IHorizontalOrVerticalLayoutGroup 

Source
pub trait IHorizontalOrVerticalLayoutGroup: ILayoutGroup {
Show 16 methods // Provided methods fn m_spacing(self) -> f32 { ... } fn set_m_spacing(self, value: f32) { ... } fn m_child_force_expand_width(self) -> bool { ... } fn set_m_child_force_expand_width(self, value: bool) { ... } fn m_child_force_expand_height(self) -> bool { ... } fn set_m_child_force_expand_height(self, value: bool) { ... } fn m_child_control_width(self) -> bool { ... } fn set_m_child_control_width(self, value: bool) { ... } fn m_child_control_height(self) -> bool { ... } fn set_m_child_control_height(self, value: bool) { ... } fn m_child_scale_width(self) -> bool { ... } fn set_m_child_scale_width(self, value: bool) { ... } fn m_child_scale_height(self) -> bool { ... } fn set_m_child_scale_height(self, value: bool) { ... } fn m_reverse_arrangement(self) -> bool { ... } fn set_m_reverse_arrangement(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_spacing(self) -> f32

Source

fn set_m_spacing(self, value: f32)

Source

fn m_child_force_expand_width(self) -> bool

Source

fn set_m_child_force_expand_width(self, value: bool)

Source

fn m_child_force_expand_height(self) -> bool

Source

fn set_m_child_force_expand_height(self, value: bool)

Source

fn m_child_control_width(self) -> bool

Source

fn set_m_child_control_width(self, value: bool)

Source

fn m_child_control_height(self) -> bool

Source

fn set_m_child_control_height(self, value: bool)

Source

fn m_child_scale_width(self) -> bool

Source

fn set_m_child_scale_width(self, value: bool)

Source

fn m_child_scale_height(self) -> bool

Source

fn set_m_child_scale_height(self, value: bool)

Source

fn m_reverse_arrangement(self) -> bool

Source

fn set_m_reverse_arrangement(self, value: bool)

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§