centerY : number
The center y coordinate of the Game Object.
This is the same as (y - offsetY) + (height / 2)
.
- Source code: gameobjects/components/Bounds.js (Line 80)
centerY : number
The center y coordinate of the Game Object.
This is the same as (y - offsetY) + (height / 2)
.
Please login to continue.