Esempio n. 1
0
 internal OverlayBoxBundle(OverlayBoxSetting s, Vector3 pos)
 {
     setting  = s;
     position = pos;
 }
Esempio n. 2
0
 internal OverlayBoxBundle(OverlayBoxSetting s, RectTransform rt)
 {
     setting    = s;
     followTram = rt;
 }