DraggableData
此内容尚不支持你的语言。
Defined in: ecs/component.generated.ts:1225
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”constrainMax
Section titled “constrainMax”constrainMax:
boolean
Defined in: ecs/component.generated.ts:1232
constrainMin
Section titled “constrainMin”constrainMin:
boolean
Defined in: ecs/component.generated.ts:1230
constraintMax
Section titled “constraintMax”constraintMax:
Vec2
Defined in: ecs/component.generated.ts:1233
constraintMin
Section titled “constraintMin”constraintMin:
Vec2
Defined in: ecs/component.generated.ts:1231
dragThreshold
Section titled “dragThreshold”dragThreshold:
number
Defined in: ecs/component.generated.ts:1227
enabled
Section titled “enabled”enabled:
boolean
Defined in: ecs/component.generated.ts:1226
lockX:
boolean
Defined in: ecs/component.generated.ts:1228
lockY:
boolean
Defined in: ecs/component.generated.ts:1229