Version: 2020.3
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

ValueAnimation<T0>

class in UnityEngine.UIElements.Experimental


인터페이스 구현:IValueAnimation

매뉴얼로 전환

설명

Implementation object for transition animations.

변수

autoRecycleReturns true if this animation object will be automatically returned to the instance pool after the animation has completed.
durationMsDuration of the animation in milliseconds.
easingCurveSmoothing function related to this animation. Default value is Easing.OutQuad.
fromThe animation start value.
initialValueCallback invoked when the from field has not been set, in order to retrieve the starting state of this animation.
interpolatorValue interpolation method.
isRunningTells if the animation is currently active.
onAnimationCompletedCallback invoked when this animation has completed.
toThe animation end value.
valueUpdatedCallback invoked after every value interpolation.

생성자

ValueAnimation_1Constructor.

Public 함수

EaseSets the easing function.
KeepAliveWill not return the object to the instance pool when the animation has completed.
OnCompletedSets a callback invoked when this animation has completed.
RecycleReturns this animation object into its object pool.
StartStarts the animation using this object's values.
StopStops this animation.

정적 함수

CreateCreates a new ValueAnimation object or returns an available one from it's instance pool.