Skip to content

format

typescript
Camera.orthographicSize

class: Camera

description

The size of the orthographic camera.

In orthographic mode, this value represents half the size of the camera. If the camera is not in orthographic mode, the orthographic size will be ignored.

parameter

param_nametypedescription

reture

typedescription
numberHalf the size of the camera in orthographic mode.

code example

javascript