Winter Cardinal UI - v0.442.0 / DynamicAtlasItemEmpty

Class: DynamicAtlasItemEmpty

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new DynamicAtlasItemEmpty(id, width, height, strokeWidth, baseTexture): DynamicAtlasItemEmpty

Parameters

Name Type
id string
width number
height number
strokeWidth number
baseTexture BaseTexture

Returns

DynamicAtlasItemEmpty

Inherited from

DynamicAtlasItem.constructor

Defined in

src/main/typescript/wcardinal/ui/util/dynamic-atlas-item.ts:18

Properties

frame

frame: Rectangle

Inherited from

DynamicAtlasItem.frame

Defined in

src/main/typescript/wcardinal/ui/util/dynamic-atlas-item.ts:11


height

height: number

Inherited from

DynamicAtlasItem.height

Defined in

src/main/typescript/wcardinal/ui/util/dynamic-atlas-item.ts:15


id

id: string

Inherited from

DynamicAtlasItem.id

Defined in

src/main/typescript/wcardinal/ui/util/dynamic-atlas-item.ts:9


ref

ref: number

Inherited from

DynamicAtlasItem.ref

Defined in

src/main/typescript/wcardinal/ui/util/dynamic-atlas-item.ts:10


strokeWidth

strokeWidth: number

Inherited from

DynamicAtlasItem.strokeWidth

Defined in

src/main/typescript/wcardinal/ui/util/dynamic-atlas-item.ts:16


texture

texture: Texture

Inherited from

DynamicAtlasItem.texture

Defined in

src/main/typescript/wcardinal/ui/util/dynamic-atlas-item.ts:12


width

width: number

Inherited from

DynamicAtlasItem.width

Defined in

src/main/typescript/wcardinal/ui/util/dynamic-atlas-item.ts:14

Methods

applyFrame

applyFrame(): void

Returns

void

Inherited from

DynamicAtlasItem.applyFrame

Defined in

src/main/typescript/wcardinal/ui/util/dynamic-atlas-item.ts:38


destroy

destroy(): void

Returns

void

Inherited from

DynamicAtlasItem.destroy

Defined in

src/main/typescript/wcardinal/ui/util/dynamic-atlas-item.ts:48


render

render(context): void

Parameters

Name Type
context CanvasRenderingContext2D

Returns

void

Overrides

DynamicAtlasItem.render

Defined in

src/main/typescript/wcardinal/ui/util/dynamic-atlas-item-empty.ts:9