Winter Cardinal UI - v0.442.0 / EShapeTextOutline

Interface: EShapeTextOutline

Hierarchy

Implemented by

Table of contents

Properties

Methods

Properties

alpha

alpha: number

Inherited from

EShapeTextOutlineLike.alpha

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-text-outline.ts:12


color

color: number

Inherited from

EShapeTextOutlineLike.color

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-text-outline.ts:11


enable

enable: boolean

Inherited from

EShapeTextOutlineLike.enable

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-text-outline.ts:10


width

width: number

Inherited from

EShapeTextOutlineLike.width

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-text-outline.ts:13

Methods

clone

clone(): EShapeTextOutline

Returns

EShapeTextOutline

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-text-outline.ts:19


copy

copy(target?): void

Parameters

Name Type
target? Partial<EShapeTextOutlineLike>

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-text-outline.ts:17


deserialize

deserialize(target, manager): void

Parameters

Name Type
target number
manager EShapeResourceManagerDeserialization

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-text-outline.ts:22


serialize

serialize(manager): number

Parameters

Name Type
manager EShapeResourceManagerSerialization

Returns

number

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-text-outline.ts:21


set

set(enable?, color?, alpha?, width?): void

Parameters

Name Type
enable? boolean
color? number
alpha? number
width? number

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-text-outline.ts:18


toObject

toObject(): EShapeTextOutlineLike

Returns

EShapeTextOutlineLike

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-text-outline.ts:20