ITransitionAnimations
Provides helper methods to create transition animations for VisualElement style values
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.UIElements.Experimental
- Assembly: UnityEngine.UIElementsModule
public interface ITransitionAnimations
Methods
Method | Description |
|---|---|
| Layout | Triggers an animation changing this element's layout style values. |
| Position | Triggers an animation changing this element's transform position. |
| Rotation | Triggers an animation changing this element's transform rotation. |
| Scale | Triggers an animation changing this element's transform scale. |
| Size | Triggers an animation changing this element's size style values. |
| Start | Starts a transition animation on this VisualElement. |
| TopLeft | Triggers an animation changing this element's positioning style values. |