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

Method setRotationY

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

* Set the object rotation on the Y axis. * * This is an Euler angle. Objects use the `ZYX` order. * * @param angle the rotation angle on the Y axis in degree

(angle: float)

Source from the content-addressed store, hash-verified

46 * @param angle the rotation angle on the Y axis in degree
47 */
48 setRotationY(angle: float): void;
49
50 /**
51 * Get the object rotation on the X axis in degree.

Callers 14

Core.jsFile · 0.65
setRotationYMethod · 0.65
createObjectsFromFunction · 0.65
moveMethod · 0.65
reloadInstancesMethod · 0.65
index.jsFile · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected