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