CustomStyleResolvedEvent
Event sent after the custom style properties of a VisualElement have been resolved.
Read time 2 minutesLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: EventBase<CustomStyleResolvedEvent>
- Implements: IDisposable
public class CustomStyleResolvedEvent : EventBase<CustomStyleResolvedEvent>, IDisposable
Properties
Property | Description |
|---|---|
| customStyle | Returns the custom style properties accessor for the targeted VisualElement. |