smidr.types

..
UIAlign

Cross-axis alignment for layout containers (e.g. UIStack).

UIAnimationPreset

A named entrance / exit / attention animation for UIAnimation.play.

UICursor

A named cursor shape, the friendly vocabulary for UIComponent.hoverCursor and UICursors.set.

UICursorMode

How the smidr.flixel.FlxSmidr bridge manages the cursor while the pointer is over UI.

UIDockZone

Where a panel lands when docked into a UIDockGroup: as another tab (CENTER) or by splitting the target and placing the panel on that side.

UIEase

The easing curve for a UITween.

UIEdge

A viewport/box edge or direction. Shared by directional features — animation entry/exit (UIAnimation fly presets), callout tails, docking sides.

UIFill

What fills a themed rectangle: a theme slot (follows theme swaps) or a fixed 0xAARRGGBB colour (stays put). One Int at runtime — the six slot ids live in the alpha-zero range no real colour occupies, so resolve() tells them apart with a single branch.

UIGlyph

Named ids for the built-in vector glyph set drawn by UIGlyphs.draw.

UIMenuItem

One menu entry (UIContextMenu/UIMenuBar). separator renders a divider (other fields ignored).

UIRailTabDef

One UIIconRail tab definition: a short label (<=4 chars reads best) + optional tooltip.

UITone

The theme text-colour ramp a widget tints itself with (UILabel, UIIcon).