public int SetPopupSceneObjView() { if (isShowPopup) { popupObj.SetSelfSceneObjByState(); return(0); } else { return(-1); } }