Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/4ian/GDevelop
/ setDepth
Method
setDepth
Extensions/3D/Base3DBehavior.ts:319–321 ·
view source on GitHub ↗
(depth: float)
Source
from the content-addressed store, hash-verified
317
}
318
319
setDepth(depth: float): void {
320
this.object.setDepth(depth);
321
}
322
323
setScaleZ(newScale: number): void {
324
this.object.setScaleZ(newScale);
Callers
nothing calls this directly
Calls
1
setDepth
Method · 0.65
Tested by
no test coverage detected