Winter Cardinal UI - v0.442.0 / UtilAttach
• new UtilAttach(): UtilAttach
▸ adjust(position
, size
, offset
, clippingSize
): number
Name | Type |
---|---|
position |
number |
size |
number |
offset |
number |
clippingSize |
number |
number
src/main/typescript/wcardinal/ui/util/util-attach.ts:158
▸ attach(target
, bounds
, offsetX
, offsetY
, clippingWidth
, clippingHeight
, align
): void
Name | Type |
---|---|
target |
UtilAttachTarget |
bounds |
Rectangle |
offsetX |
number |
offsetY |
number |
clippingWidth |
number |
clippingHeight |
number |
align |
UtilAttachAlign |
void