MCPcopy
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

getUnrotatedAABBMinZFunction · 0.45
getUnrotatedAABBMaxZFunction · 0.45
getCenterZInSceneFunction · 0.45
setCenterZInSceneFunction · 0.45

Calls 3

getZMethod · 0.65
getDepthMethod · 0.65
getOriginPointMethod · 0.45

Tested by

no test coverage detected