Struct roblox::instance::UIGridLayout [−][src]
pub struct UIGridLayout<'a> {Show 24 fields
pub absolute_cell_count: Vector2,
pub absolute_cell_size: Vector2,
pub cell_padding: UDim2,
pub cell_size: UDim2,
pub fill_direction_max_cells: i32,
pub start_corner: StartCorner,
pub absolute_content_size: Vector2,
pub fill_direction: FillDirection,
pub horizontal_alignment: HorizontalAlignment,
pub sort_order: SortOrder,
pub vertical_alignment: VerticalAlignment,
pub archivable: bool,
pub class_name: &'a str,
pub name: &'a str,
pub parent: Option<InstanceRef>,
pub roblox_locked: bool,
pub source_asset_id: i64,
pub ancestry_changed: RBXScriptSignal<(Option<InstanceRef>, Option<InstanceRef>)>,
pub attribute_changed: RBXScriptSignal<&'a str>,
pub changed: RBXScriptSignal<&'a str>,
pub child_added: RBXScriptSignal<Option<InstanceRef>>,
pub child_removed: RBXScriptSignal<Option<InstanceRef>>,
pub descendant_added: RBXScriptSignal<Option<InstanceRef>>,
pub descendant_removing: RBXScriptSignal<Option<InstanceRef>>,
}Expand description
The UIGridLayout Instance Class
Fields
absolute_cell_count: Vector2absolute_cell_size: Vector2cell_padding: UDim2cell_size: UDim2fill_direction_max_cells: i32start_corner: StartCornerabsolute_content_size: Vector2Inherited from UIGridStyleLayout
fill_direction: FillDirectionInherited from UIGridStyleLayout
horizontal_alignment: HorizontalAlignmentInherited from UIGridStyleLayout
sort_order: SortOrderInherited from UIGridStyleLayout
vertical_alignment: VerticalAlignmentInherited from UIGridStyleLayout
archivable: boolInherited from Instance
class_name: &'a strInherited from Instance
name: &'a strInherited from Instance
parent: Option<InstanceRef>Inherited from Instance
roblox_locked: boolInherited from Instance
source_asset_id: i64Inherited from Instance
ancestry_changed: RBXScriptSignal<(Option<InstanceRef>, Option<InstanceRef>)>Inherited from Instance
attribute_changed: RBXScriptSignal<&'a str>Inherited from Instance
changed: RBXScriptSignal<&'a str>Inherited from Instance
child_added: RBXScriptSignal<Option<InstanceRef>>Inherited from Instance
child_removed: RBXScriptSignal<Option<InstanceRef>>Inherited from Instance
descendant_added: RBXScriptSignal<Option<InstanceRef>>Inherited from Instance
descendant_removing: RBXScriptSignal<Option<InstanceRef>>Inherited from Instance
Implementations
Creates a new UIGridLayout object.
Equivalent to Instance.new(“UIGridLayout”) in Luau.
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
pub fn find_first_child_which_is_a(
&self,
class_name: &'a str,
recursive: bool
) -> Option<InstanceRef>
pub fn find_first_child_which_is_a(
&self,
class_name: &'a str,
recursive: bool
) -> Option<InstanceRef>
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Inherited from Instance
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for UIGridLayout<'a>
impl<'a> Send for UIGridLayout<'a>
impl<'a> Sync for UIGridLayout<'a>
impl<'a> Unpin for UIGridLayout<'a>
impl<'a> UnwindSafe for UIGridLayout<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more