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

IValueAnimation

interface in UnityEngine.UIElements.Experimental

マニュアルに切り替える

説明

Base interface for transition animations.

変数

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

Public 関数

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