Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OrthographicDto

Index

Constructors

constructor

  • new OrthographicDto(camera?: Camera, orthoLeft?: number, orthoRight?: number, orthoTop?: number, orthoBottom?: number): OrthographicDto
  • Parameters

    • Optional camera: Camera
    • Optional orthoLeft: number
    • Optional orthoRight: number
    • Optional orthoTop: number
    • Optional orthoBottom: number

    Returns OrthographicDto

Properties

camera

camera: Camera

Camera to adjust

orthoBottom

orthoBottom: number

Bottom side limit of the orthographic camera

default

-1

minimum

-Infinity

maximum

Infinity

step

1

orthoLeft

orthoLeft: number

Left side limit of the orthographic camera

default

-1

minimum

-Infinity

maximum

Infinity

step

1

orthoRight

orthoRight: number

Right side limit of the orthographic camera

default

1

minimum

-Infinity

maximum

Infinity

step

1

orthoTop

orthoTop: number

Top side limit of the orthographic camera

default

1

minimum

-Infinity

maximum

Infinity

step

1

Generated using TypeDoc