Struct roblox::instance::UIPageLayout [−][src]
pub struct UIPageLayout<'a> {}Show 31 fields
pub animated: bool, pub circular: bool, pub current_page: Option<InstanceRef>, pub easing_direction: EasingDirection, pub easing_style: EasingStyle, pub gamepad_input_enabled: bool, pub padding: UDim, pub scroll_wheel_input_enabled: bool, pub touch_input_enabled: bool, pub tween_time: f32, 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 page_enter: RBXScriptSignal<Option<InstanceRef>>, pub page_leave: RBXScriptSignal<Option<InstanceRef>>, pub stopped: RBXScriptSignal<Option<InstanceRef>>, 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 UIPageLayout Instance Class
Fields
animated: bool
circular: bool
current_page: Option<InstanceRef>
easing_direction: EasingDirection
easing_style: EasingStyle
gamepad_input_enabled: bool
padding: UDim
scroll_wheel_input_enabled: bool
touch_input_enabled: bool
tween_time: f32
absolute_content_size: Vector2
Inherited from UIGridStyleLayout
fill_direction: FillDirection
Inherited from UIGridStyleLayout
horizontal_alignment: HorizontalAlignment
Inherited from UIGridStyleLayout
sort_order: SortOrder
Inherited from UIGridStyleLayout
vertical_alignment: VerticalAlignment
Inherited from UIGridStyleLayout
archivable: bool
Inherited from Instance
class_name: &'a str
Inherited from Instance
name: &'a str
Inherited from Instance
parent: Option<InstanceRef>
Inherited from Instance
roblox_locked: bool
Inherited from Instance
source_asset_id: i64
Inherited from Instance
page_enter: RBXScriptSignal<Option<InstanceRef>>
page_leave: RBXScriptSignal<Option<InstanceRef>>
stopped: RBXScriptSignal<Option<InstanceRef>>
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 UIPageLayout object.
Equivalent to Instance.new(“UIPageLayout”) 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 UIPageLayout<'a>
impl<'a> Send for UIPageLayout<'a>
impl<'a> Sync for UIPageLayout<'a>
impl<'a> Unpin for UIPageLayout<'a>
impl<'a> UnwindSafe for UIPageLayout<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more