コード例 #1
0
        /* Functions */

        public override void JCS_OnClickCallback()
        {
            JCS_GUIUtil.DeactivePanels(mDialogueObjects, mPlaySound);
            JCS_GUIUtil.DeactivePanels(mTweenPanels);
        }
コード例 #2
0
 private void DeactivePanel()
 {
     JCS_GUIUtil.DeactivePanels(mDialogueObjects, mPlaySound);
     JCS_GUIUtil.DeactivePanels(mTweenPanels);
 }