Function CameraSetTargetNoiseEx

  • Causes the camera's target to sway, just like CameraSetTargetNoise. (the camera's target, not the camera's perspective) The higher the magnitude, the higher the range of swaying. The higher the velocity, the more rapidly the swaying occurs.

    Causes the camera's source to sway (the camera's perspective, not the camera's target). The higher the magnitude, the higher the range of swaying. The higher the velocity, the more rapidly the swaying occurs. This will not affect the camera's target coordinates.

    Parameters

    • mag: number

      The magnitude of the swaying.

    • velocity: number

      The speed of the swaying.

    • vertOnly: boolean

      Stands for "vertical only". If set to true, then the swaying will only modify target distance and z-offset.

    Returns void

Generated using TypeDoc