Skip to main content

Entity::getQuaternion

w is the correct parameter name!

Syntax

```js entity.getQuaternion(x, y, z, w); ```

Required Arguments

  • x: float
  • y: float
  • z: float
  • w: float

Return value

  • object: x, y, z, w

Example

```js // todo ```

See also