Winter Cardinal UI - v0.442.0 / EShapeTransform
Transform
↳ EShapeTransform
• Protected
_currentLocalID: number
The locally unique ID of the local transform used to calculate the current local transformation matrix.
Member
PIXI.Transform#_currentLocalID
Transform._currentLocalID
node_modules/pixi.js/pixi.js.d.ts:12669
• 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
Transform._cx
node_modules/pixi.js/pixi.js.d.ts:12630
• 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
Transform._cy
node_modules/pixi.js/pixi.js.d.ts:12646
• Protected
_localID: number
The locally unique ID of the local transform.
Member
PIXI.Transform#_localID
Transform._localID
node_modules/pixi.js/pixi.js.d.ts:12661
• 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
Transform._parentID
node_modules/pixi.js/pixi.js.d.ts:12684
• Protected
_rotation: number
The rotation amount.
Member
PIXI.Transform#_rotation
Transform._rotation
node_modules/pixi.js/pixi.js.d.ts:12622
• 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
Transform._sx
node_modules/pixi.js/pixi.js.d.ts:12638
• 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
Transform._sy
node_modules/pixi.js/pixi.js.d.ts:12654
• Protected
_worldID: number
The locally unique ID of the world transform.
Member
PIXI.Transform#_worldID
Transform._worldID
node_modules/pixi.js/pixi.js.d.ts:12676
• internalTransform: Matrix
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:10
• localTransform: Matrix
The local transformation matrix.
Member
PIXI.Transform#localTransform
Transform.localTransform
node_modules/pixi.js/pixi.js.d.ts:12591
• pivot: ObservablePoint
Transform.pivot
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:13
• position: ObservablePoint
Transform.position
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:12
• rotation: number
Transform.rotation
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:14
• scale: ObservablePoint
Transform.scale
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:16
• skew: ObservablePoint
Transform.skew
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:15
• worldTransform: Matrix
The world transformation matrix.
Member
PIXI.Transform#worldTransform
Transform.worldTransform
node_modules/pixi.js/pixi.js.d.ts:12585
▸ getLocalId(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:19
▸ getLocalIdCurrent(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:18
▸ getParentId(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:20
▸ getWorldId(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:21
▸ onChange(): void
Called when a value changes.
void
Transform.onChange
node_modules/pixi.js/pixi.js.d.ts:12690
▸ setFromMatrix(matrix
): void
Decomposes a matrix and sets the transforms properties based on it.
Name | Type | Description |
---|---|---|
matrix |
Matrix |
The matrix to decompose |
void
Transform.setFromMatrix
node_modules/pixi.js/pixi.js.d.ts:12712
▸ updateLocalTransform(): void
Updates the local transformation matrix.
void
Transform.updateLocalTransform
node_modules/pixi.js/pixi.js.d.ts:12700
▸ updateSkew(): void
Called when the skew or the rotation changes.
void
Transform.updateSkew
node_modules/pixi.js/pixi.js.d.ts:12696
▸ updateTransform(parentTransform
): void
Updates the local and the world transformation matrices.
Name | Type | Description |
---|---|---|
parentTransform |
Transform |
The parent transform |
void
Transform.updateTransform
node_modules/pixi.js/pixi.js.d.ts:12706