ITransitionEvent
Interface for all transition events.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public interface ITransitionEvent
Properties
Property | Description |
|---|---|
| elapsedTime | The number of seconds the transition has been running, excluding delay phase time. |
| stylePropertyNames | The names of the properties associated with the transition. |