Version: 2019.4
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_1コンストラクター

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.

Static 関数

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