Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

Animation.Stop

Switch to Manual
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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答