UIMaskData
Defined in: ui/core/ui-mask.ts:11
core-ui.ts
The stable UI surface promoted into the top-level esengine
namespace (text, UINode box visuals, interaction, layout, theme).
This is the curated public UI API. The complete UI module surface — which
also includes low-level text/atlas internals and engine-internal composition
glue (e.g. EntityStateMap, ensureComponent) — lives in
./ui and is imported module-directly by the SDK code that needs it. Those
internals are intentionally NOT re-exported here, so the public esengine
namespace stays a stable, intentional surface.
Re-exported wholesale by core.ts.
Properties
Section titled “Properties”alphaCutoff
Section titled “alphaCutoff”alphaCutoff:
number
Defined in: ui/core/ui-mask.ts:16
Stencil mode only: above 0, clip to the SHAPE the mask sprite draws instead of to its box (0, the default, keeps the box).
enabled
Section titled “enabled”enabled:
boolean
Defined in: ui/core/ui-mask.ts:12
mode:
MaskMode
Defined in: ui/core/ui-mask.ts:13