Skip to content

@minecraft/server


@minecraft/server / CameraFixedBoomOptions

Interface: CameraFixedBoomOptions ​

Defined in: @minecraft/server/index.d.ts:22773

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

Properties ​

entityOffset? ​

optional entityOffset?: Vector3

Defined in: @minecraft/server/index.d.ts:22780

Remarks ​

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


viewOffset? ​

optional viewOffset?: Vector2

Defined in: @minecraft/server/index.d.ts:22786

Remarks ​

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