Winter Cardinal UI - v0.442.0 / EShapeTransform

Interface: EShapeTransform

Hierarchy

Implemented by

Table of contents

Properties

Methods

Properties

_currentLocalID

Protected _currentLocalID: number

The locally unique ID of the local transform used to calculate the current local transformation matrix.

Member

PIXI.Transform#_currentLocalID

Inherited from

Transform._currentLocalID

Defined in

node_modules/pixi.js/pixi.js.d.ts:12669


_cx

Protected _cx: number

The X-coordinate value of the normalized local X axis, the first column of the local transformation matrix without a scale.

Member

PIXI.Transform#_cx

Inherited from

Transform._cx

Defined in

node_modules/pixi.js/pixi.js.d.ts:12630


_cy

Protected _cy: number

The X-coordinate value of the normalized local Y axis, the second column of the local transformation matrix without a scale.

Member

PIXI.Transform#_cy

Inherited from

Transform._cy

Defined in

node_modules/pixi.js/pixi.js.d.ts:12646


_localID

Protected _localID: number

The locally unique ID of the local transform.

Member

PIXI.Transform#_localID

Inherited from

Transform._localID

Defined in

node_modules/pixi.js/pixi.js.d.ts:12661


_parentID

Protected _parentID: number

The locally unique ID of the parent’s world transform used to calculate the current world transformation matrix.

Member

PIXI.Transform#_parentID

Inherited from

Transform._parentID

Defined in

node_modules/pixi.js/pixi.js.d.ts:12684


_rotation

Protected _rotation: number

The rotation amount.

Member

PIXI.Transform#_rotation

Inherited from

Transform._rotation

Defined in

node_modules/pixi.js/pixi.js.d.ts:12622


_sx

Protected _sx: number

The Y-coordinate value of the normalized local X axis, the first column of the local transformation matrix without a scale.

Member

PIXI.Transform#_sx

Inherited from

Transform._sx

Defined in

node_modules/pixi.js/pixi.js.d.ts:12638


_sy

Protected _sy: number

The Y-coordinate value of the normalized local Y axis, the second column of the local transformation matrix without a scale.

Member

PIXI.Transform#_sy

Inherited from

Transform._sy

Defined in

node_modules/pixi.js/pixi.js.d.ts:12654


_worldID

Protected _worldID: number

The locally unique ID of the world transform.

Member

PIXI.Transform#_worldID

Inherited from

Transform._worldID

Defined in

node_modules/pixi.js/pixi.js.d.ts:12676


internalTransform

internalTransform: Matrix

Defined in

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


localTransform

localTransform: Matrix

The local transformation matrix.

Member

PIXI.Transform#localTransform

Inherited from

Transform.localTransform

Defined in

node_modules/pixi.js/pixi.js.d.ts:12591


pivot

pivot: ObservablePoint

Overrides

Transform.pivot

Defined in

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


position

position: ObservablePoint

Overrides

Transform.position

Defined in

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


rotation

rotation: number

Overrides

Transform.rotation

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:14


scale

scale: ObservablePoint

Overrides

Transform.scale

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:16


skew

skew: ObservablePoint

Overrides

Transform.skew

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:15


worldTransform

worldTransform: Matrix

The world transformation matrix.

Member

PIXI.Transform#worldTransform

Inherited from

Transform.worldTransform

Defined in

node_modules/pixi.js/pixi.js.d.ts:12585

Methods

getLocalId

getLocalId(): number

Returns

number

Defined in

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


getLocalIdCurrent

getLocalIdCurrent(): number

Returns

number

Defined in

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


getParentId

getParentId(): number

Returns

number

Defined in

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


getWorldId

getWorldId(): number

Returns

number

Defined in

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


onChange

onChange(): void

Called when a value changes.

Returns

void

Inherited from

Transform.onChange

Defined in

node_modules/pixi.js/pixi.js.d.ts:12690


setFromMatrix

setFromMatrix(matrix): void

Decomposes a matrix and sets the transforms properties based on it.

Parameters

Name Type Description
matrix Matrix The matrix to decompose

Returns

void

Inherited from

Transform.setFromMatrix

Defined in

node_modules/pixi.js/pixi.js.d.ts:12712


updateLocalTransform

updateLocalTransform(): void

Updates the local transformation matrix.

Returns

void

Inherited from

Transform.updateLocalTransform

Defined in

node_modules/pixi.js/pixi.js.d.ts:12700


updateSkew

updateSkew(): void

Called when the skew or the rotation changes.

Returns

void

Inherited from

Transform.updateSkew

Defined in

node_modules/pixi.js/pixi.js.d.ts:12696


updateTransform

updateTransform(parentTransform): void

Updates the local and the world transformation matrices.

Parameters

Name Type Description
parentTransform Transform The parent transform

Returns

void

Inherited from

Transform.updateTransform

Defined in

node_modules/pixi.js/pixi.js.d.ts:12706