/* */ public void TogglePopUpInteractability(bool interactable) { ((IPopUpAdaptor)thisPopUp.GetUIAdaptor()).ToggleRaycastBlock(interactable); }