Winter Cardinal UI - v0.442.0 / EShapeFill
↳ EShapeFill
• alpha: number
src/main/typescript/wcardinal/ui/shape/e-shape-fill.ts:12
• color: number
src/main/typescript/wcardinal/ui/shape/e-shape-fill.ts:11
• enable: boolean
src/main/typescript/wcardinal/ui/shape/e-shape-fill.ts:10
▸ clone(): EShapeFill
src/main/typescript/wcardinal/ui/shape/e-shape-fill.ts:18
▸ copy(target?
): void
Name | Type |
---|---|
target? |
Partial <EShapeFillLike > |
void
src/main/typescript/wcardinal/ui/shape/e-shape-fill.ts:16
▸ deserialize(target
, manager
): void
Name | Type |
---|---|
target |
number |
manager |
EShapeResourceManagerDeserialization |
void
src/main/typescript/wcardinal/ui/shape/e-shape-fill.ts:21
▸ serialize(manager
): number
Name | Type |
---|---|
manager |
EShapeResourceManagerSerialization |
number
src/main/typescript/wcardinal/ui/shape/e-shape-fill.ts:20
▸ set(enable?
, color?
, alpha?
): void
Name | Type |
---|---|
enable? |
boolean |
color? |
number |
alpha? |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-fill.ts:17
▸ toObject(): EShapeFillLike