public void Stop();
Description 描述
Stops all playing animations that were started with this Animation.
Stopping an animation also Rewinds it to the Start.
public void Stop(string name);
Description 描述
Stops an animation named name.
Stopping an animation also Rewinds it to the Start.