Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/4ian/GDevelop
/ setRotationY
Method
setRotationY
Extensions/3D/Base3DBehavior.ts:255–257 ·
view source on GitHub ↗
(angle: float)
Source
from the content-addressed store, hash-verified
253
}
254
255
setRotationY(angle: float): void {
256
this.object.setRotationY(angle);
257
}
258
259
getRotationX(): float {
260
return
this.object.getRotationX();
Callers
nothing calls this directly
Calls
1
setRotationY
Method · 0.65
Tested by
no test coverage detected