Skip to main content

IVerticalLayoutGroupMethods

Trait IVerticalLayoutGroupMethods 

Source
pub trait IVerticalLayoutGroupMethods: IVerticalLayoutGroup {
    // Provided methods
    fn ctor(self) { ... }
    fn calculate_layout_input_horizontal(self) { ... }
    fn calculate_layout_input_vertical(self) { ... }
    fn set_layout_horizontal(self) { ... }
    fn set_layout_vertical(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn calculate_layout_input_horizontal(self)

CalculateLayoutInputHorizontal() overload

Source

fn calculate_layout_input_vertical(self)

CalculateLayoutInputVertical() overload

Source

fn set_layout_horizontal(self)

SetLayoutHorizontal() overload

Source

fn set_layout_vertical(self)

SetLayoutVertical() overload

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§

Source§

impl<__T: IVerticalLayoutGroup> IVerticalLayoutGroupMethods for __T

Available on crate feature unity_engine-ui-verticallayoutgroup only.