Winter Cardinal UI - v0.442.0 / DChartPlotAreaContainer
↳ DChartPlotAreaContainer
• new DChartPlotAreaContainer(onChange
): DChartPlotAreaContainer
Name | Type |
---|---|
onChange |
() => void |
src/main/typescript/wcardinal/ui/d-chart-plot-area-container.ts:16
• _accessibleActive: boolean
Member
Memberof
PIXI.DisplayObject#
Todo
Needs docs.
EShapeContainer._accessibleActive
node_modules/pixi.js/pixi.js.d.ts:9051
• _accessibleDiv: boolean
Member
Memberof
PIXI.DisplayObject#
Todo
Needs docs.
EShapeContainer._accessibleDiv
node_modules/pixi.js/pixi.js.d.ts:9057
• Protected
_atlas: null
| DynamicAtlas
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:21
• _bounds: Bounds
The bounds object, this is used to calculate and store the bounds of the displayObject.
Member
PIXI.DisplayObject#_bounds
node_modules/pixi.js/pixi.js.d.ts:9173
• Protected
_boundsID: number
Flags the cached bounds as dirty.
Member
PIXI.DisplayObject#_boundsID
node_modules/pixi.js/pixi.js.d.ts:9186
• Protected
_boundsRect: Bounds
Cache of this display-object’s bounds-rectangle.
Member
PIXI.DisplayObject#_boundsRect
node_modules/pixi.js/pixi.js.d.ts:9193
• Protected
_buffers: EShapeBuffer
[]
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:31
• Protected
_childrenId: number
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:18
• Protected
_childrenIdRendered: number
EShapeContainer._childrenIdRendered
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:19
• Protected
_destroyed: boolean
If the object has been destroyed via destroy(). If true, it should not be used.
Member
PIXI.DisplayObject#_destroyed
node_modules/pixi.js/pixi.js.d.ts:9214
• Protected
_enabledFilters: Filter
[]
Currently enabled filters
Member
PIXI.DisplayObject#_enabledFilters
EShapeContainer._enabledFilters
node_modules/pixi.js/pixi.js.d.ts:9167
• Protected
_fontAtlases: DynamicSDFFontAtlases
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:22
• Protected
_lastSortedIndex: number
Which index in the children array the display component was before the previous zIndex sort. Used by containers to help sort objects with the same zIndex, by using previous array index as the decider.
Member
PIXI.DisplayObject#_lastSortedIndex
EShapeContainer._lastSortedIndex
node_modules/pixi.js/pixi.js.d.ts:9136
• _localBounds: Bounds
Local bounds object, swapped with _bounds
when using getLocalBounds()
.
Member
PIXI.DisplayObject#_localBounds
node_modules/pixi.js/pixi.js.d.ts:9179
• Protected
_localBoundsRect: Bounds
Cache of this display-object’s local-bounds rectangle.
Member
PIXI.DisplayObject#_localBoundsRect
EShapeContainer._localBoundsRect
node_modules/pixi.js/pixi.js.d.ts:9200
• Protected
_mask: null
| Container
| MaskData
The original, cached mask of the object.
Member
PIXI.DisplayObject#_mask
node_modules/pixi.js/pixi.js.d.ts:9207
• Protected
_pixelScale: number
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:24
• Protected
_pixelScaleId: number
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:25
• Protected
_position: DBasePoint
src/main/typescript/wcardinal/ui/d-chart-plot-area-container.ts:12
• Protected
_scale: DBasePoint
src/main/typescript/wcardinal/ui/d-chart-plot-area-container.ts:13
• Protected
_shape: null
| EShape
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:17
• Protected
_shapeRenderer: null
| EShapeRenderer
= null
EShapeContainer._shapeRenderer
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:14
• Protected
_shapeScale: number
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:26
• Protected
_shapeScaleId: number
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:27
• Protected
_tempDisplayObjectParent: Container
Member
EShapeContainer._tempDisplayObjectParent
node_modules/pixi.js/pixi.js.d.ts:9314
• Protected
_work: Point
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:29
• Protected
_workRect: Rectangle
src/main/typescript/wcardinal/ui/d-chart-plot-area-container.ts:14
• Protected
_zIndex: number
The zIndex of the displayObject. A higher value will mean it will be rendered on top of other displayObjects within the same container.
Member
PIXI.DisplayObject#_zIndex
node_modules/pixi.js/pixi.js.d.ts:9144
• accessible: boolean
Flag for if the object is accessible. If true AccessibilityManager will overlay a shadow div with attributes set
Member
Memberof
PIXI.DisplayObject#
node_modules/pixi.js/pixi.js.d.ts:9030
• accessibleChildren: boolean
Setting to false will prevent any children inside this container to be accessible. Defaults to true.
Member
Memberof
PIXI.DisplayObject#
Default
true
EShapeContainer.accessibleChildren
node_modules/pixi.js/pixi.js.d.ts:9084
• accessibleHint: string
Sets the aria-label attribute of the shadow div
Member
Memberof
PIXI.DisplayObject#
EShapeContainer.accessibleHint
node_modules/pixi.js/pixi.js.d.ts:9045
• accessiblePointerEvents: string
Specify the pointer-events the accessible div will use Defaults to auto.
Member
Memberof
PIXI.DisplayObject#
Default
'auto'
EShapeContainer.accessiblePointerEvents
node_modules/pixi.js/pixi.js.d.ts:9075
• accessibleTitle: string
Sets the title attribute of the shadow div If accessibleTitle AND accessibleHint has not been this will default to ‘displayObject [tabIndex]’
Member
Memberof
PIXI.DisplayObject#
EShapeContainer.accessibleTitle
node_modules/pixi.js/pixi.js.d.ts:9038
• accessibleType: string
Specify the type of div the accessible layer is. Screen readers treat the element differently depending on this type. Defaults to button.
Member
Memberof
PIXI.DisplayObject#
Default
'button'
EShapeContainer.accessibleType
node_modules/pixi.js/pixi.js.d.ts:9066
• alpha: number
The opacity of the object.
Member
PIXI.DisplayObject#alpha
node_modules/pixi.js/pixi.js.d.ts:9097
• angle: number
The angle of the object in degrees. ‘rotation’ and ‘angle’ have the same effect on a display object; rotation is in radians, angle is in degrees.
Member
node_modules/pixi.js/pixi.js.d.ts:9401
• buttonMode: boolean
If enabled, the mouse cursor use the pointer behavior when hovered over the displayObject if it is interactive
Setting this changes the ‘cursor’ property to 'pointer'
.
Example
const sprite = new PIXI.Sprite(texture);
sprite.interactive = true;
sprite.buttonMode = true;
Member
Memberof
PIXI.DisplayObject#
node_modules/pixi.js/pixi.js.d.ts:9483
• cacheAsBitmap: boolean
Set this to true if you want this display object to be cached as a bitmap.
This basically takes a snap shot of the display object as it is at that moment. It can
provide a performance benefit for complex static displayObjects.
To remove simply set this property to false
IMPORTANT GOTCHA - Make sure that all your textures are preloaded BEFORE setting this property to true as it will take a snapshot of what is currently there. If the textures have not loaded then they will not appear.
Member
Memberof
PIXI.DisplayObject#
node_modules/pixi.js/pixi.js.d.ts:9510
• Readonly
children: EShape
[]
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:16
• cursor: string
This defines what cursor mode is used when the mouse cursor is hovered over the displayObject.
Example
const sprite = new PIXI.Sprite(texture);
sprite.interactive = true;
sprite.cursor = 'wait';
See
https://developer.mozilla.org/en/docs/Web/CSS/cursor
Member
Memberof
PIXI.DisplayObject#
node_modules/pixi.js/pixi.js.d.ts:9497
• filterArea: Rectangle
The area the filter is applied to. This is used as more of an optimization rather than figuring out the dimensions of the displayObject each frame you can set this rectangle.
Also works as an interaction mask.
Member
PIXI.DisplayObject#filterArea
node_modules/pixi.js/pixi.js.d.ts:9153
• filters: Filter
[]
Sets the filters for the displayObject.
'null'
.Member
PIXI.DisplayObject#filters
node_modules/pixi.js/pixi.js.d.ts:9161
• hitArea: IHitArea
Interaction shape. Children will be hit first, then this shape will be checked. Setting this will cause this shape to be checked in hit tests rather than the displayObject’s bounds.
Example
const sprite = new PIXI.Sprite(texture);
sprite.interactive = true;
sprite.hitArea = new PIXI.Rectangle(0, 0, 100, 100);
Member
Memberof
PIXI.DisplayObject#
node_modules/pixi.js/pixi.js.d.ts:9471
• interactive: boolean
Enable interaction events for the DisplayObject. Touch, pointer and mouse
events will not be emitted unless interactive
is set to true
.
Example
const sprite = new PIXI.Sprite(texture);
sprite.interactive = true;
sprite.on('tap', (event) => {
//handle event
});
Member
Memberof
PIXI.DisplayObject#
node_modules/pixi.js/pixi.js.d.ts:9459
• isMask: boolean
Does any other displayObject use this object as a mask?
Member
PIXI.DisplayObject#isMask
node_modules/pixi.js/pixi.js.d.ts:9224
• isSprite: boolean
used to fast check if a sprite is.. a sprite!
Member
PIXI.DisplayObject#isSprite
node_modules/pixi.js/pixi.js.d.ts:9219
• Readonly
localTransform: Matrix
Current transform of the object based on local factors: position, scale, other stuff.
Member
EShapeContainer.localTransform
node_modules/pixi.js/pixi.js.d.ts:9359
• mask: null
| Container
| MaskData
Sets a mask for the displayObject. A mask is an object that limits the visibility of an
object to the shape of the mask applied to it. In PixiJS a regular mask must be a
PIXI.Graphics or a PIXI.Sprite object. This allows for much faster masking in canvas as it
utilities shape clipping. To remove a mask, set this property to null
.
For sprite mask both alpha and red channel are used. Black mask is the same as transparent mask.
Example
const graphics = new PIXI.Graphics();
graphics.beginFill(0xFF3300);
graphics.drawRect(50, 250, 100, 100);
graphics.endFill();
const sprite = new PIXI.Sprite(texture);
sprite.mask = graphics;
Todo
At the moment, PIXI.CanvasRenderer doesn’t support PIXI.Sprite as mask.
Member
node_modules/pixi.js/pixi.js.d.ts:9437
• name: string
The instance name of the object.
Memberof
PIXI.DisplayObject#
Member
name
node_modules/pixi.js/pixi.js.d.ts:9517
• parent: Container
The display object container that contains this display object.
Member
PIXI.DisplayObject#parent
node_modules/pixi.js/pixi.js.d.ts:9121
• pivot: ObservablePoint
The pivot point of the displayObject that it rotates around. Assignment by value since pixi-v4.
Member
node_modules/pixi.js/pixi.js.d.ts:9380
• renderable: boolean
Can this object be rendered, if false the object will not be drawn but the updateTransform methods will still be called.
Only affects recursive calls from parent. You can ask for bounds manually.
Member
PIXI.DisplayObject#renderable
node_modules/pixi.js/pixi.js.d.ts:9115
• rotation: number
The rotation of the object in radians. ‘rotation’ and ‘angle’ have the same effect on a display object; rotation is in radians, angle is in degrees.
Member
node_modules/pixi.js/pixi.js.d.ts:9394
• skew: ObservablePoint
The skew factor for the object in radians. Assignment by value since pixi-v4.
Member
node_modules/pixi.js/pixi.js.d.ts:9387
• transform: Transform
World transform and local transform of this object. This will become read-only later, please do not assign anything there unless you know what are you doing.
Member
PIXI.DisplayObject#transform
node_modules/pixi.js/pixi.js.d.ts:9091
• visible: boolean
The visibility of the object. If false the object will not be drawn, and the updateTransform function will not be called.
Only affects recursive calls from parent. You can ask for bounds or call updateTransform manually.
Member
PIXI.DisplayObject#visible
node_modules/pixi.js/pixi.js.d.ts:9106
• Readonly
worldAlpha: number
The multiplied alpha of the displayObject.
Member
PIXI.DisplayObject#worldAlpha
node_modules/pixi.js/pixi.js.d.ts:9128
• Readonly
worldTransform: Matrix
Current transform of the object based on world (parent) factors.
Member
EShapeContainer.worldTransform
node_modules/pixi.js/pixi.js.d.ts:9352
• Readonly
worldVisible: boolean
Indicates if the object is globally visible.
Member
node_modules/pixi.js/pixi.js.d.ts:9417
• x: number
The position of the displayObject on the x axis relative to the local coordinates of the parent. An alias to position.x
Member
node_modules/pixi.js/pixi.js.d.ts:9338
• y: number
The position of the displayObject on the y axis relative to the local coordinates of the parent. An alias to position.y
Member
node_modules/pixi.js/pixi.js.d.ts:9345
• zIndex: number
The zIndex of the displayObject. If a container has the sortableChildren property set to true, children will be automatically sorted by zIndex value; a higher value will mean it will be moved towards the end of the array, and thus rendered on top of other displayObjects within the same container.
Member
node_modules/pixi.js/pixi.js.d.ts:9410
• get
position(): DBasePoint
The coordinate of the object relative to the local coordinates of the parent. Assignment by value since pixi-v4.
Member
EShapeContainer.position
src/main/typescript/wcardinal/ui/d-chart-plot-area-container.ts:25
• get
scale(): DBasePoint
The scale factor of the object. Assignment by value since pixi-v4.
Member
EShapeContainer.scale
src/main/typescript/wcardinal/ui/d-chart-plot-area-container.ts:30
▸ _recursivePostUpdateTransform(): void
Recursively updates transform of all objects from the root to this one internal function for toLocal()
void
EShapeContainer._recursivePostUpdateTransform
node_modules/pixi.js/pixi.js.d.ts:9235
▸ addListener(event
, fn
, context?
): this
Name | Type |
---|---|
event |
InteractionEventTypes |
fn |
(event : InteractionEvent ) => void |
context? |
any |
this
node_modules/pixi.js/pixi.js.d.ts:25521
▸ addListener(event
, fn
, context?
): this
Name | Type |
---|---|
event |
string | symbol |
fn |
Function |
context? |
any |
this
node_modules/pixi.js/pixi.js.d.ts:25523
▸ calculateBounds(): void
void
EShapeContainer.calculateBounds
src/main/typescript/wcardinal/ui/d-chart-plot-area-container.ts:39
▸ containsPoint(point
): boolean
Name | Type |
---|---|
point |
Point |
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:98
▸ destroy(): void
void
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:192
▸ disableTempParent(cacheParent
): void
Pair method for enableTempParent
Name | Type | Description |
---|---|---|
cacheParent |
DisplayObject |
actual parent of element |
void
EShapeContainer.disableTempParent
node_modules/pixi.js/pixi.js.d.ts:9331
▸ displayObjectUpdateTransform(): void
DisplayObject default updateTransform, does not update children of container. Will crash if there’s no parent element.
void
Memberof
PIXI.DisplayObject#
Function
displayObjectUpdateTransform
EShapeContainer.displayObjectUpdateTransform
node_modules/pixi.js/pixi.js.d.ts:9445
▸ emit(event
, ...args
): boolean
Calls each of the listeners registered for a given event.
Name | Type | Description |
---|---|---|
event |
string | symbol |
The event name. |
...args |
any [] |
Arguments that are passed to registered listeners |
boolean
true
if the event had listeners, else false
.
node_modules/pixi.js/pixi.js.d.ts:25441
▸ enableTempParent(): DisplayObject
Used in Renderer, cacheAsBitmap and other places where you call an updateTransform
on root
const cacheParent = elem.enableTempParent();
elem.updateTransform();
elem.disableTempParent(cacheParent);
DisplayObject
current parent
EShapeContainer.enableTempParent
node_modules/pixi.js/pixi.js.d.ts:9326
▸ eventNames(): (string
| symbol
)[]
Return an array listing the events for which the emitter has registered listeners.
(string
| symbol
)[]
node_modules/pixi.js/pixi.js.d.ts:25415
▸ getAtlas(resolution
): DynamicAtlas
Name | Type |
---|---|
resolution |
number |
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:106
▸ getBounds(skipUpdate?
, rect?
): Rectangle
Retrieves the bounds of the displayObject as a rectangle object.
Name | Type | Description |
---|---|---|
skipUpdate? |
boolean |
Setting to true will stop the transforms of the scene graph from being updated. This means the calculation returned MAY be out of date BUT will give you a nice performance boost. |
rect? |
Rectangle |
Optional rectangle to store the result of the bounds calculation. |
Rectangle
The rectangular bounding area.
src/main/typescript/wcardinal/ui/d-chart-plot-area-container.ts:34
▸ getBuffers(): EShapeBuffer
[]
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:115
▸ getFontAtlases(): DynamicSDFFontAtlases
EShapeContainer.getFontAtlases
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:102
▸ getGlobalPosition(point?
, skipUpdate?
): Point
Returns the global position of the displayObject. Does not depend on object scale, rotation and pivot.
Name | Type | Description |
---|---|---|
point? |
Point |
The point to write the global value to. |
skipUpdate? |
boolean |
Setting to true will stop the transforms of the scene graph from being updated. This means the calculation returned MAY be out of date BUT will give you a nice performance boost. |
Point
The updated point.
Method
getGlobalPosition
Memberof
PIXI.DisplayObject#
EShapeContainer.getGlobalPosition
node_modules/pixi.js/pixi.js.d.ts:9529
▸ getLocalBounds(rect?
): Rectangle
Retrieves the local bounds of the displayObject as a rectangle object.
Name | Type | Description |
---|---|---|
rect? |
Rectangle |
Optional rectangle to store the result of the bounds calculation. |
Rectangle
The rectangular bounding area.
EShapeContainer.getLocalBounds
node_modules/pixi.js/pixi.js.d.ts:9258
▸ getPixelScale(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:147
▸ getShapeScale(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:133
▸ hitTest(global
, onHit?
): null
| EShape
Name | Type |
---|---|
global |
IPoint |
onHit? |
(shape : EShape ) => boolean |
null
| EShape
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:155
▸ hitTestBBox(global
, onHit?
): null
| EShape
Name | Type |
---|---|
global |
IPoint |
onHit? |
(shape : EShape ) => boolean |
null
| EShape
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:174
▸ isDirty(): boolean
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:66
▸ listenerCount(event
): number
Return the number of listeners listening to a given event.
Name | Type | Description |
---|---|---|
event |
string | symbol |
The event name. |
number
node_modules/pixi.js/pixi.js.d.ts:25432
▸ listeners(event
): Function
[]
Return the listeners registered for a given event.
Name | Type | Description |
---|---|---|
event |
string | symbol |
The event name. |
Function
[]
node_modules/pixi.js/pixi.js.d.ts:25424
▸ off(event
, fn?
, context?
): this
Name | Type |
---|---|
event |
InteractionEventTypes |
fn? |
(event : InteractionEvent ) => void |
context? |
any |
this
node_modules/pixi.js/pixi.js.d.ts:25518
▸ off(event
, fn?
, context?
): this
Name | Type |
---|---|
event |
string | symbol |
fn? |
Function |
context? |
any |
this
node_modules/pixi.js/pixi.js.d.ts:25520
▸ on(event
, fn
, context?
): this
Name | Type |
---|---|
event |
InteractionEventTypes |
fn |
(event : InteractionEvent ) => void |
context? |
any |
this
node_modules/pixi.js/pixi.js.d.ts:25507
▸ on(event
, fn
, context?
): this
Name | Type |
---|---|
event |
string | symbol |
fn |
Function |
context? |
any |
this
node_modules/pixi.js/pixi.js.d.ts:25509
▸ onChildTransformChange(): void
void
EShapeContainer.onChildTransformChange
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:58
▸ once(event
, fn
, context?
): this
Name | Type |
---|---|
event |
InteractionEventTypes |
fn |
(event : InteractionEvent ) => void |
context? |
any |
this
node_modules/pixi.js/pixi.js.d.ts:25510
▸ once(event
, fn
, context?
): this
Name | Type |
---|---|
event |
string | symbol |
fn |
Function |
context? |
any |
this
node_modules/pixi.js/pixi.js.d.ts:25512
▸ removeAllListeners(event?
): this
Name | Type |
---|---|
event? |
InteractionEventTypes |
this
EShapeContainer.removeAllListeners
node_modules/pixi.js/pixi.js.d.ts:25516
▸ removeAllListeners(event?
): this
Name | Type |
---|---|
event? |
string | symbol |
this
EShapeContainer.removeAllListeners
node_modules/pixi.js/pixi.js.d.ts:25517
▸ removeListener(event
, fn?
, context?
): this
Name | Type |
---|---|
event |
InteractionEventTypes |
fn? |
(event : InteractionEvent ) => void |
context? |
any |
this
EShapeContainer.removeListener
node_modules/pixi.js/pixi.js.d.ts:25513
▸ removeListener(event
, fn?
, context?
): this
Name | Type |
---|---|
event |
string | symbol |
fn? |
Function |
context? |
any |
this
EShapeContainer.removeListener
node_modules/pixi.js/pixi.js.d.ts:25515
▸ render(renderer
): void
Name | Type |
---|---|
renderer |
Renderer |
void
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:70
▸ setParent(container
): Container
Set the parent Container of this DisplayObject.
Name | Type | Description |
---|---|---|
container |
Container |
The Container to add this DisplayObject to. |
Container
The Container that this DisplayObject was added to.
node_modules/pixi.js/pixi.js.d.ts:9286
▸ setTransform(x?
, y?
, scaleX?
, scaleY?
, rotation?
, skewX?
, skewY?
, pivotX?
, pivotY?
): DisplayObject
Convenience function to set the position, scale, skew and pivot at once.
Name | Type | Description |
---|---|---|
x? |
number |
The X position |
y? |
number |
The Y position |
scaleX? |
number |
The X scale value |
scaleY? |
number |
The Y scale value |
rotation? |
number |
The rotation |
skewX? |
number |
The X skew value |
skewY? |
number |
The Y skew value |
pivotX? |
number |
The X pivot value |
pivotY? |
number |
The Y pivot value |
DisplayObject
The DisplayObject instance
node_modules/pixi.js/pixi.js.d.ts:9301
▸ toAntialiasWeight(resolution
): number
Name | Type |
---|---|
resolution |
number |
number
EShapeContainer.toAntialiasWeight
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:151
▸ toDirty(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:62
▸ toGlobal(position
, point?
, skipUpdate?
): Point
Calculates the global position of the display object.
Name | Type | Description |
---|---|---|
position |
IPointData |
The world origin to calculate from. |
point? |
Point |
A Point object in which to store the value, optional (otherwise will create a new Point). |
skipUpdate? |
boolean |
Should we skip the update transform. |
Point
A point object representing the position of this object.
node_modules/pixi.js/pixi.js.d.ts:9268
▸ toLocal(position
, from?
, point?
, skipUpdate?
): Point
Calculates the local position of the display object relative to another point.
Name | Type | Description |
---|---|---|
position |
IPointData |
The world origin to calculate from. |
from? |
DisplayObject |
The DisplayObject to calculate the global position from. |
point? |
Point |
A Point object in which to store the value, optional (otherwise will create a new Point). |
skipUpdate? |
boolean |
Should we skip the update transform |
Point
A point object representing the position of this object
node_modules/pixi.js/pixi.js.d.ts:9279
▸ toPixelScale(resolution
): number
Name | Type |
---|---|
resolution |
number |
number
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:137
▸ toShapeScale(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-container.ts:119
▸ updateTransform(): void
Updates the object transform for rendering.
TODO - Optimization pass!
void
EShapeContainer.updateTransform
node_modules/pixi.js/pixi.js.d.ts:9241
▸ mixin(source
): void
Mixes all enumerable properties and methods from a source object to DisplayObject.
Name | Type | Description |
---|---|---|
source |
any |
The source of properties and methods to mix in. |
void
node_modules/pixi.js/pixi.js.d.ts:9230