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

Function setCenterZInScene

Extensions/3D/A_RuntimeObject3D.ts:242–244  ·  view source on GitHub ↗
(z: float)

Source from the content-addressed store, hash-verified

240 }
241
242 setCenterZInScene(z: float): void {
243 this.setZ(z + this._z - (this.getDrawableZ() + this.getCenterZ()));
244 }
245
246 setAngle(angle: float): void {
247 super.setAngle(angle);

Callers

nothing calls this directly

Calls 3

setZMethod · 0.65
getDrawableZMethod · 0.45
getCenterZMethod · 0.45

Tested by

no test coverage detected