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

Method setRotationX

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

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

(angle: float)

Source from the content-addressed store, hash-verified

37 * @param angle the rotation angle on the X axis in degree
38 */
39 setRotationX(angle: float): void;
40
41 /**
42 * Set the object rotation on the Y axis.

Callers 14

Core.jsFile · 0.65
setRotationXMethod · 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