Version: 2020.3
언어: 한국어
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.