Winter Cardinal UI - v0.442.0 / EShapeTransformImpl
Transform
↳ EShapeTransformImpl
• new EShapeTransformImpl(parent
): EShapeTransformImpl
Name | Type |
---|---|
parent |
EShapeTransformParent |
Transform.constructor
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:28
• Protected
_currentLocalID: number
The locally unique ID of the local transform used to calculate the current local transformation matrix.
Member
PIXI.Transform#_currentLocalID
EShapeTransform._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
_parent: EShapeTransformParent
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:25
• 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
EShapeTransform.internalTransform
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:26
• localTransform: Matrix
The local transformation matrix.
Member
PIXI.Transform#localTransform
EShapeTransform.localTransform
Transform.localTransform
node_modules/pixi.js/pixi.js.d.ts:12591
• pivot: ObservablePoint
The pivot point of the displayObject that it rotates around.
Member
PIXI.Transform#pivot
Transform.pivot
node_modules/pixi.js/pixi.js.d.ts:12609
• position: ObservablePoint
The coordinate of the object relative to the local coordinates of the parent.
Member
PIXI.Transform#position
Transform.position
node_modules/pixi.js/pixi.js.d.ts:12597
• rotation: number
The rotation of the object in radians.
Member
Transform.rotation
node_modules/pixi.js/pixi.js.d.ts:12718
• scale: ObservablePoint
The scale factor of the object.
Member
PIXI.Transform#scale
Transform.scale
node_modules/pixi.js/pixi.js.d.ts:12603
• skew: ObservablePoint
The skew amount, on the x and y axis.
Member
PIXI.Transform#skew
Transform.skew
node_modules/pixi.js/pixi.js.d.ts:12615
• worldTransform: Matrix
The world transformation matrix.
Member
PIXI.Transform#worldTransform
EShapeTransform.worldTransform
Transform.worldTransform
node_modules/pixi.js/pixi.js.d.ts:12585
▪ Static
IDENTITY: Transform
A default (identity) transform
Static
Constant
Member
Transform.IDENTITY
node_modules/pixi.js/pixi.js.d.ts:12726
▸ getLocalId(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:48
▸ getLocalIdCurrent(): number
number
EShapeTransform.getLocalIdCurrent
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:44
▸ getParentId(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:52
▸ getWorldId(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:56
▸ onChange(): void
Called when a value changes.
void
Transform.onChange
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:34
▸ 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
EShapeTransform.updateLocalTransform
Transform.updateLocalTransform
node_modules/pixi.js/pixi.js.d.ts:12700
▸ updateSkew(): void
Called when the skew or the rotation changes.
void
Transform.updateSkew
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:39
▸ updateTransform(parentTransform
): void
Updates the local and the world transformation matrices.
Name | Type | Description |
---|---|---|
parentTransform |
Transform |
The parent transform |
void
EShapeTransform.updateTransform
Transform.updateTransform
src/main/typescript/wcardinal/ui/shape/e-shape-transform.ts:60