Пример #1
0
 public bool AnimationPlaying()
 {
     return(TweenPosition.IsPlaying(gameObject) || TweenScale.IsPlaying(gameObject));
 }