コード例 #1
0
ファイル: FighterAnimation.cs プロジェクト: dgx80/unity-dgx
        public bool isAttackPlaying()
        {
            bool b = ANIMATION.IsPlaying(attackClip.name);

            return(b);
        }
コード例 #2
0
ファイル: FighterAnimation.cs プロジェクト: dgx80/unity-dgx
        public bool isDiePlaying()
        {
            bool b = ANIMATION.IsPlaying(dieClip.name);

            return(b);
        }