Class ExVisualElement
A visual element that can be used as a normal VisualElement but with additional styling options like shadows, borders, outline, etc.
Implements
Inherited Members
Namespace: Unity.AppUI .UI
Assembly: solution.dll
Syntax
public class ExVisualElement : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle
Constructors
Name | Description |
---|---|
Ex |
Default constructor. |
Properties
Name | Description |
---|---|
background |
The background color of this element. Setting this will override the background color defined in the USS. |
content |
The content container of this element. |
outline |
The outline color of this element. Setting this will override the outline color defined in the USS. |
pass |
The mask of passes to render. |