Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UIAnimationClip

An asset used to animate VisualElement hierarchies.
Read time 3 minutesLast updated 9 days ago

Definition

public sealed class UIAnimationClip : Object

Remarks

Assign a
UIAnimationClip
to a visual element through the USS property
-unity-animation-clip
or the _unityAnimationClip API. The element becomes the animation root and all animation paths resolve relative to it.

Constructors

Constructor

Description

UIAnimationClip()Creates a new empty UIAnimationClip.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.