getRotation
getRotation
Signature
getRotation(objectName: string): Promise<Euler>Parameters
Name
Type
Required
Description
Returns
Usage
const rotation = await api.getRotation("Chair");
console.log(rotation); // { x: 0, y: 45, z: 0, order: "XYZ" }Notes
Last updated