Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/4ian/GDevelop
/ getDrawableZ
Method
getDrawableZ
Extensions/3D/Model3DRuntimeObject.ts:504–507 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
502
}
503
504
getDrawableZ(): float {
505
const
originPoint = this._renderer.getOriginPoint();
506
return
this.getZ() - this.getDepth() * originPoint[2];
507
}
508
}
509
510
/** @category Objects > 3D Model */
Callers
5
getUnrotatedAABBMinZ
Function · 0.45
getUnrotatedAABBMaxZ
Function · 0.45
getCenterZInScene
Function · 0.45
setCenterZInScene
Function · 0.45
CustomRuntimeObject3D.js
File · 0.45
Calls
3
getZ
Method · 0.65
getDepth
Method · 0.65
getOriginPoint
Method · 0.45
Tested by
no test coverage detected