UIAnimationClip
An asset used to animate VisualElement hierarchies.
Read time 3 minutesLast updated 9 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: Object
public sealed class UIAnimationClip : Object
Remarks
Assign a to a visual element through the USS property or the _unityAnimationClip API. The element becomes the animation root and all animation paths resolve relative to it.
UIAnimationClip-unity-animation-clipConstructors
Constructor | Description |
|---|---|
| UIAnimationClip() | Creates a new empty UIAnimationClip. |
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |