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

IValueAnimation

interface in UnityEngine.UIElements.Experimental

切换到手册

描述

过渡动画的基接口。

变量

durationMs过渡的持续时间(以毫秒为单位)。
isRunning确定动画当前是否是激活的。

公共函数

Recycle将此动画对象返回到其对象池。
Start使用对象的值启动动画。
Stop停止动画。