Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.65
updateFromNetworkSyncData
Function · 0.65
setCenterZInScene
Function · 0.65
setZ
Method · 0.65
_moveObjectToPhysicsPosition
Method · 0.65
getTweenObjectPositionZSetter
Function · 0.65
TweenBehavior.spec.js
File · 0.65
LegacyTweenBehavior.spec.js
File · 0.65
createObjectsFrom
Function · 0.65
move
Method · 0.65
moveSelectionUnderCursor
Method · 0.65
_duplicateSelectedObjects
Method · 0.65
Implementers
2
Base3DBehavior
Extensions/3D/Base3DBehavior.ts
CustomRuntimeObject3D
Extensions/3D/CustomRuntimeObject3D.ts
Calls
no outgoing calls
Tested by
no test coverage detected