Interpolator.Reset Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.