API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeUIBackground
@codexo/exojs / ui / stable
How a widget paints its body.
0
props
0
methods
0
events
Import
import { UIBackground } from '@codexo/exojs'How a widget paints its body.
Definition1
UIAnimatedBackgroundClip-driven background: an atlas, the clips cut from it, and the one that plays. Stretched over the widget box, so it suits a flat animated panel face or a pro… | UIFillBackgroundVector background: a rounded rectangle with an optional stroked border. | UINineSliceBackgroundTextured background drawn as a nine-slice, so corners stay pixel-perfect while edges and center fill the widget's layout size. | UINoBackgroundWidget surface that paints nothing - the whole node is its content. | UISpriteBackgroundFlat textured background: one image stretched over the widget box or tiled across it. Use a nine-slice instead for art with a frame that must keep its corner p…Source