コード例 #1
0
 public override void Setup(Transform root)
 {
     base.Setup(root);
     _popupWindowAnimation = root.gameObject.GetComponent <PopupWindowAnimation>();
     SpawnHeightSlider(null, 0f);
     TranslateToggle(false);
     RotateToggle(false);
 }
コード例 #2
0
 public override void Setup(Transform root)
 {
     base.Setup(root);
     _popupWindowAnimation = root.gameObject.GetComponent <PopupWindowAnimation>();
 }