@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? ​
optionalentityOffset?:Vector3
Defined in: @minecraft/server/index.d.ts:22780
Remarks ​
Changes the pivot point to be <x, y, z> away from the player.
viewOffset? ​
optionalviewOffset?:Vector2
Defined in: @minecraft/server/index.d.ts:22786
Remarks ​
Offsets the camera from center by <x, y>.