Winter Cardinal UI - v0.442.0 / EShapeLayout
▸ isCompatible(shape
): boolean
Name | Type |
---|---|
shape |
EShape |
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-layout.ts:9
▸ reset(shape
, baseX
, baseY
): void
Name | Type |
---|---|
shape |
EShape |
baseX |
number |
baseY |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-layout.ts:10
▸ update(shape
, baseX
, baseY
, pivotX
, pivotY
): void
Name | Type |
---|---|
shape |
EShape |
baseX |
number |
baseY |
number |
pivotX |
number |
pivotY |
number |
void