Animation.isPlayingvar isPlaying : booleanDescriptionAre we playing any animations?
JavaScript
// Plays an animation only if we are not playing it already. using UnityEngine; import UnityEngine |
|
||||
| Scripting > Runtime Classes > Animation | Switch to Component | |||
Animation.isPlayingvar isPlaying : booleanDescriptionAre we playing any animations?
JavaScript
// Plays an animation only if we are not playing it already. using UnityEngine; import UnityEngine |