public void SetDepth(int depth) { _depth = depth; UI3System.setDepth(gameObject, _depth); }
public void setDepth(int depth) { UI3System.setDepth(this.gameObject, depth); }