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 到所控制動畫的持續時間。

適用於