public Charachip setDir(EDir8 dir) { var key = dir; if (!this.anim.isActive(key)) { this.anim.play(key, SpriteAnimatorT <EDir8> .Mode.PingPong); } return(this); }
public CharaView setDir(EDir8 dir) { this.chip.setDir(dir); return(this); }