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