Skip to main content

Camera::setAffectsAiming

Allows you to aim and shoot at the direction the camera is facing.

Syntax

```js camera.setAffectsAiming(toggle); ```

Required Arguments

  • toggle: Boolean

Return value

  • Undefined

Example

```js // todo ```

See also