Options to control pivot points and offsets of the third person boom preset.

interface CameraFixedBoomOptions {
    entityOffset?: Vector3;
    viewOffset?: Vector2;
}

Properties

entityOffset?: Vector3

Changes the pivot point to be <x, y, z> away from the player.

viewOffset?: Vector2

Offsets the camera from center by <x, y>.