Interface: SplitScreenCameraOptions
Defined in: core/CameraExtensions.ts:944
Options for configuring a SplitScreenCamera.
Properties
leftCamera?
optionalleftCamera:Camera2D
Defined in: core/CameraExtensions.ts:946
Camera for the left (or top) side. Defaults to a new Camera2D.
rightCamera?
optionalrightCamera:Camera2D
Defined in: core/CameraExtensions.ts:948
Camera for the right (or bottom) side. Defaults to a new Camera2D.
split?
optionalsplit:"horizontal"|"vertical"
Defined in: core/CameraExtensions.ts:950
Split direction. Defaults to 'horizontal'.
splitRatio?
optionalsplitRatio:number
Defined in: core/CameraExtensions.ts:952
Split ratio (0-1). Defaults to 0.5.