예제 #1
0
파일: Charachip.cs 프로젝트: toyboot4e/Rot
        public Charachip setDir(EDir8 dir)
        {
            var key = dir;

            if (!this.anim.isActive(key))
            {
                this.anim.play(key, SpriteAnimatorT <EDir8> .Mode.PingPong);
            }
            return(this);
        }
예제 #2
0
 public CharaView setDir(EDir8 dir)
 {
     this.chip.setDir(dir);
     return(this);
 }