Esempio n. 1
0
        public Charachip setDir(EDir8 dir)
        {
            var key = dir;

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