Ejemplo n.º 1
0
 public override void Setup(Transform root)
 {
     base.Setup(root);
     _popupWindowAnimation = root.gameObject.GetComponent <PopupWindowAnimation>();
     SpawnHeightSlider(null, 0f);
     TranslateToggle(false);
     RotateToggle(false);
 }
Ejemplo n.º 2
0
 public override void Setup(Transform root)
 {
     base.Setup(root);
     _popupWindowAnimation = root.gameObject.GetComponent <PopupWindowAnimation>();
 }