LerpingAnimation.Update(Double) Method

Definition

Updates this animation by updating Progress and invoking Step.

public:
 override void Update(double percent);
public override void Update (double percent);
override this.Update : double -> unit
Public Overrides Sub Update (percent As Double)

Parameters

percent
Double

Progress of this animation in percentage.

Applies to