Ejemplo n.º 1
0
 private void SetStigmataImage(RectTransform imageTrans, StigmataDataItem stigmata)
 {
     imageTrans.GetComponent <MonoStigmataFigure>().SetupView(stigmata);
     imageTrans.transform.Find("PrefContainer").localScale = (Vector3)(Vector3.one * stigmata.GetScale());
     imageTrans.anchoredPosition = new Vector2(stigmata.GetOffesetX(), stigmata.GetOffesetY());
 }