public GameObject AddPrf(GameObject _prf, Anchor9 _anchor)
    {
        var _go = (GameObject)Instantiate(_prf);

        TransformHelper.SetParentWithoutScale(_go, anchors[(int)_anchor].gameObject);
        return(_go);
    }
 public GameObject AddPrf(GameObject _prf, Anchor9 _anchor)
 {
     var _go = (GameObject) Instantiate(_prf);
     TransformHelper.SetParentWithoutScale(_go, anchors[(int) _anchor].gameObject);
     return _go;
 }