MCPcopy
hub / github.com/4ian/GDevelop / getUnrotatedAABBMaxZ

Function getUnrotatedAABBMaxZ

Extensions/3D/A_RuntimeObject3D.ts:221–223  ·  view source on GitHub ↗

* Return the top Z of the object. * Rotations around X and Y are not taken into account.

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

getDepthMethod · 0.65
getDrawableZMethod · 0.45

Tested by

no test coverage detected