Crate ambient_layout

Source

Modules§

guest_api
This file only exists because Enums aren’t available in the wasm layer yet; once that exists this can be removed

Structs§

Borders

Enums§

Align
Docking
Fit
Layout
Orientation

Functions§

align_horizontal
align_vertical
docking
fit_horizontal
fit_horizontal_parent
Fit horizontal parent: Layout fit: horizontal parent.
fit_vertical
gpu_ui_size
GPU UI size: Upload the width and height of this UI element to the GPU.
gpu_world_systems
height
Height: The height of a UI element.
init_all_components
init_components
Initialize the components for the module
init_gpu_components
is_book_file
Is book file: This is a file in a layout_bookcase.
layout
layout_systems
margin
Margin: Layout margin: [top, right, bottom, left].
max_height
Maximum height: The maximum height of a UI element.
max_width
Maximum width: The maximum width of a UI element.
mesh_to_local_from_size
Mesh to local from size: Update the mesh_to_local based on the width and height of this entity.
min_height
Minimum height: The minimum height of a UI element.
min_width
Minimum width: The minimum width of a UI element.
orientation
padding
Padding: Layout padding: [top, right, bottom, left].
screen
Screen: This entity will be treated as a screen. Used by the Screen ui component.
space_between_items
Space between items: Space between items in a layout.
width
Width: The width of a UI element.