Skip to main content

Camera::setCoord

Sets the position of the camera.

Syntax​

```js camera.setCoord(posX, posY, posZ); ```

Required Arguments​

  • posX: float
  • posY: float
  • posZ: float

Return value​

  • Undefined

See also​