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

Method setDepth

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

* Set the object size on the Z axis (called "depth").

(depth: float)

Source from the content-addressed store, hash-verified

133 * Set the object size on the Z axis (called "depth").
134 */
135 setDepth(depth: float): void;
136
137 /**
138 * Change the scale on Z axis of the object (changing its depth).

Callers 13

_setOriginalDepthFunction · 0.65
setScaleZFunction · 0.65
setDepthMethod · 0.65
moveMethod · 0.65
reloadInstancesMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected