* Return the top Z of the object. * Rotations around X and Y are not taken into account.
()
| 219 | * Rotations around X and Y are not taken into account. |
| 220 | */ |
| 221 | getUnrotatedAABBMaxZ(): number { |
| 222 | return this.getDrawableZ() + this.getDepth(); |
| 223 | } |
| 224 | |
| 225 | /** |
| 226 | * Return the Z position of the object center, **relative to the object Z |
nothing calls this directly
no test coverage detected