Skip to main content

IGridLayoutGroup

Trait IGridLayoutGroup 

Source
pub trait IGridLayoutGroup: ILayoutGroup {
    // Provided methods
    fn m_start_corner(self) -> GridLayoutGroup_Corner { ... }
    fn set_m_start_corner(self, value: GridLayoutGroup_Corner) { ... }
    fn m_start_axis(self) -> GridLayoutGroup_Axis { ... }
    fn set_m_start_axis(self, value: GridLayoutGroup_Axis) { ... }
    fn m_cell_size(self) -> Vector2 { ... }
    fn set_m_cell_size(self, value: Vector2) { ... }
    fn m_spacing(self) -> Vector2 { ... }
    fn set_m_spacing(self, value: Vector2) { ... }
    fn m_constraint(self) -> GridLayoutGroup_Constraint { ... }
    fn set_m_constraint(self, value: GridLayoutGroup_Constraint) { ... }
    fn m_constraint_count(self) -> i32 { ... }
    fn set_m_constraint_count(self, value: i32) { ... }
}

Provided Methods§

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§