編輯

共用方式為


Interpolator.Reset Method

Definition

Stops the transform in place and terminates any animations.

public:
 void Reset();
public void Reset ();
member this.Reset : unit -> unit
Public Sub Reset ()

Remarks

Reset() is usually reserved as a MonoBehaviour API call in editor, but is used in this case as a convenience method.

Applies to