Enum CameraClearFlags
List of options for clearing a camera's viewport before rendering. Used by the Camera2D component.
Namespace: Unity.Tiny.Core2D
Syntax
public enum CameraClearFlags
Fields
| Name | Description |
|---|---|
| Nothing | 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 | Clears the viewport with a solid background color. |