Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CameraClearFlags

List options for clearing a camera's viewport before rendering. These are used by the Camera2D component.

Index

Enumeration members

Enumeration members

Nothing

Nothing: = 0

Do not clear. Use this when the camera renders to the entire screen, and in situations where multiple cameras render to the same screen area.

SolidColor

SolidColor: = 1

Clears the viewport with a solid background color.

Generated using TypeDoc