Modules§
Structs§
- A blank component, roughly an alias for
, used in cases where a dummy or placeholder is needed (e.g. within designer) - A primitive that gathers children underneath a single render node with a shared base transform, like [
Group], exceptFramehas the option of clipping rendering outside of its bounds. - Gathers a set of children underneath a single render node: useful for composing transforms and simplifying render trees.
- An Image (decoded by chassis), drawn to the bounds specified by
size, transformed bytransform - A combination of a clipping area (nearly identical to a
Frame,) and an inner panel that can be scrolled on zero or more axes.Scrollercoordinates with each chassis to create native scrolling containers, which pass native scroll events back to Engine. In turn,Scrollertranslates its children to reflect the current scroll position. When both scrolling axes are disabled,Scrolleracts exactly like aFrame, with a possibly- transformedGroupsurrounding its contents. - A scrolling container for arbitrary content.
- Renders text in a platform-native way
Enums§
- Image fit/layout options