ViewportMode

enum ViewportMode

Satisfies embedding platforms that requires the viewport coordinate systems to be set according to its standards.

Entries

FLIPPED_Y
Link copied to clipboard

Viewport flipped on the y-axis.

DEFAULT
Link copied to clipboard

Default viewport

Functions

valueOf
Link copied to clipboard
open fun valueOf(name: String): ViewportMode
values
Link copied to clipboard
open fun values(): Array<ViewportMode>