Enum ExVisualElement.Passes
Rendering passes that will be executed. This is used to optimize and fine-tune the rendering.
Namespace: Unity.AppUI.UI
Syntax
[Flags]
public enum Passes
Fields
| Name | Description | Value |
|---|---|---|
| Clear | The clear pass. This will clear the render texture. |
1 |
| OutsetShadows | The outset shadows pass. This will render the outset shadows. |
2 |
| BackgroundColor | The background color pass. This will render the background color. |
4 |
| BackgroundImage | The background image pass. This will render the background image. |
8 |
| InsetShadows | The inset shadows pass. This will render the inset shadows. |
16 |
| Borders | The borders pass. This will render the borders. |
32 |
| Outline | The outline pass. This will render the outline. |
64 |