Experimental: this API is experimental and might be changed or removed in the future.

IValueAnimation

interface in UnityEngine.UIElements.Experimental

Cambiar al Manual

Descripción

Base interface for transition animations.

Variables

durationMsDuration of the transition in milliseconds.
isRunningTells if the animation is currently active.

Funciones Públicas

RecycleReturns this animation object into its object pool.
StartStarts the animation using this object's values.
StopStops this animation.