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

Method setZ

Extensions/3D/Base3DBehavior.ts:14–14  ·  view source on GitHub ↗

* Set the object position on the Z axis.

(z: float)

Source from the content-addressed store, hash-verified

12 * Set the object position on the Z axis.
13 */
14 setZ(z: float): void;
15
16 /**
17 * Get the object position on the Z axis.

Callers 15

Core.jsFile · 0.65
setCenterZInSceneFunction · 0.65
setZMethod · 0.65
createObjectsFromFunction · 0.65
moveMethod · 0.65

Implementers 2

Base3DBehaviorExtensions/3D/Base3DBehavior.ts
CustomRuntimeObject3DExtensions/3D/CustomRuntimeObject3D.ts

Calls

no outgoing calls

Tested by

no test coverage detected