AnimationController.Progress 属性

定义

获取或设置一个值,该值指示动画的当前播放位置。

public:
 property float Progress { float get(); void set(float value); };
float Progress();

void Progress(float value);
public float Progress { get; set; }
var single = animationController.progress;
animationController.progress = single;
Public Property Progress As Single

属性值

Single

float

动画的当前播放位置。

注解

有效值的范围从 0 到要控制的动画的持续时间。

适用于