[readonly] offsetX : number
The amount the Game Object is visually offset from its x coordinate.
This is the same as width * anchor.x
.
It will only be > 0 if anchor.x is not equal to zero.
- Source code: gameobjects/components/Bounds.js (Line 24)
[readonly] offsetX : number
The amount the Game Object is visually offset from its x coordinate.
This is the same as width * anchor.x
.
It will only be > 0 if anchor.x is not equal to zero.
Please login to continue.