프로퍼티 | 타입 | 설명 | |
---|---|---|---|
inst | FxmPopupManager, | ||
m_ToolPopupGameObject | GameObject |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_CurrentFolderPopup | FxmFolderPopup, | ||
m_CurrentHierarchyPopup | FxmPopup, | ||
m_CurrentMenuPopup | FxmMenuPopup, | ||
m_CurrentSpritePopup | FxmSpritePopup, | ||
m_ModalMessage | string | ||
m_ModalType | FXMakerLayout.MODAL_TYPE | ||
m_ScriptTooltip | string | ||
m_StaticMessage | string | ||
m_ToolMessage | string | ||
m_bCursorTooltip | bool | ||
m_bShowByInspector | bool | ||
m_fMessageTime | float | ||
m_nHintRectCount | int | ||
m_nModalMessageValue | FXMakerLayout.MODALRETURN_TYPE |
메소드 | 설명 | |
---|---|---|
ChangeMaterialColor ( Transform selTrans, int nSelMatIndex, Color color ) : void | ||
CloseNcCurvePopup ( ) : void | ||
CloseNcPrefabPopup ( ) : void | ||
GetCurrentFolderPopup ( ) : FxmFolderPopup, | ||
GetCurrentHierarchyPopup ( ) : FxmPopup, | ||
GetCurrentMenuPopup ( ) : FxmMenuPopup, | ||
GetModalMessageValue ( ) : FXMakerLayout.MODALRETURN_TYPE | ||
GetSelectedIndex ( ) : int | ||
GetSpritePopup ( ) : FxmSpritePopup, | ||
HideAllPopup ( bool bSave ) : void | ||
HideFolderPopup ( bool bSave ) : void | ||
HideHierarchyPopup ( bool bSave ) : void | ||
HideMenuPopup ( bool bSave ) : void | ||
HideModalMessage ( ) : void | ||
HideSpritePopup ( ) : void | ||
HideToolMessage ( ) : void | ||
IsContainsHierarchyPopup ( Vector2 mousePos ) : bool | ||
IsGUIMousePosition ( ) : bool | ||
IsShowByInspector ( ) : bool | ||
IsShowCurrentFolderPopup ( ) : bool | ||
IsShowCurrentMenuPopup ( ) : bool | ||
IsShowHierarchyPopup ( ) : bool | ||
IsShowModalMessage ( ) : bool | ||
IsShowPopup ( ) : bool | ||
IsShowPopupExcludeMenu ( ) : bool | ||
IsShowSpritePopup ( ) : bool | ||
OnClosePopup ( FxmPopup, popup ) : void | ||
OnGUIFolderPopup ( ) : void | ||
OnGUIHierarchyPopup ( ) : void | ||
OnGUIModalMessage ( ) : void | ||
OnGUIScriptTooltip ( ) : void | ||
OnGUIToolMessage ( ) : void | ||
OnHoverCommand_Popup ( int nInstanceID ) : void | ||
RecreateInstanceEffect ( ) : void | ||
SetDelayBottomMessage ( string toolTip ) : void | ||
SetScriptTooltip ( string toolTip ) : void | ||
SetStaticBottomMessage ( string msg ) : void | ||
ShowAddPrefabPopup ( Transform trans ) : void | ||
ShowBottomTooltip ( string toolTip ) : void | ||
ShowCursorTooltip ( string toolTip ) : void | ||
ShowHierarchyObjectPopup ( string scriptFilename, Object selObj ) : void | ||
ShowHierarchyRightPopup ( FXMakerHierarchy, selObjType, Transform baseTransform, Object selObj, int selIndex ) : void | ||
ShowHintRect ( Rect hintRect ) : void | ||
ShowMaterialPopup ( Transform selTrans, int nSelMatIndex ) : void | ||
ShowMenuPopup ( string popupName, string displayedMenu ) : void | ||
ShowMenuPopup ( string popupName, string displayedMenu, bool eabledMenu ) : void | ||
ShowModalOkCancelMessage ( string msg ) : bool | ||
ShowNcCurveAnimationPopup ( NcCurveAnimation selObj, bool bSaveDialog ) : void | ||
ShowNcInfoCurvePopup ( NcCurveAnimation selObj, int nSelIndex, bool bSaveDialog ) : void | ||
ShowSavePrefabPopup ( Transform trans ) : void | ||
ShowSelectAudioClipPopup ( NcAttachSound, selCom ) : void | ||
ShowSelectMeshPopup ( Component selCom ) : void | ||
ShowSelectPrefabPopup ( NcEffectBehaviour, selCom, bool bShowByInspector, int nArgIndex ) : void | ||
ShowSelectPrefabPopup ( NcEffectBehaviour, selCom, int nArgIndex, int nSubArgIndex, bool bShowByInspector ) : void | ||
ShowSpritePopup ( ) : void | ||
ShowToolMessage ( string msg ) : void | ||
ShowToolMessage ( string msg, float time ) : void | ||
ShowWarningMessage ( string msg, float time ) : void | ||
UpdateBringWindow ( ) : void |
메소드 | 설명 | |
---|---|---|
Awake ( ) : void | ||
ClearDelayBottomMessage ( ) : void | ||
ClearStaticBottomMessage ( ) : void | ||
FxmPopupManager ( ) : UnityEngine | ||
OnEnable ( ) : void | ||
SetFxmFolderPopup ( System fxmFolderPopup ) : bool | ||
ShowScriptTooltip ( string toolTip ) : void | ||
ShowStaticMessage ( string toolTip ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
winEmpty ( int id ) : void | ||
winModalMessage ( int id ) : void |
public ChangeMaterialColor ( Transform selTrans, int nSelMatIndex, Color color ) : void | ||
selTrans | Transform | |
nSelMatIndex | int | |
color | Color | |
리턴 | void |
public GetCurrentFolderPopup ( ) : FxmFolderPopup, | ||
리턴 | FxmFolderPopup, |
public GetModalMessageValue ( ) : FXMakerLayout.MODALRETURN_TYPE | ||
리턴 | FXMakerLayout.MODALRETURN_TYPE |
public IsContainsHierarchyPopup ( Vector2 mousePos ) : bool | ||
mousePos | Vector2 | |
리턴 | bool |
public OnHoverCommand_Popup ( int nInstanceID ) : void | ||
nInstanceID | int | |
리턴 | void |
public SetDelayBottomMessage ( string toolTip ) : void | ||
toolTip | string | |
리턴 | void |
public SetStaticBottomMessage ( string msg ) : void | ||
msg | string | |
리턴 | void |
public ShowAddPrefabPopup ( Transform trans ) : void | ||
trans | Transform | |
리턴 | void |
public ShowBottomTooltip ( string toolTip ) : void | ||
toolTip | string | |
리턴 | void |
public ShowCursorTooltip ( string toolTip ) : void | ||
toolTip | string | |
리턴 | void |
public ShowHierarchyObjectPopup ( string scriptFilename, Object selObj ) : void | ||
scriptFilename | string | |
selObj | Object | |
리턴 | void |
public ShowHierarchyRightPopup ( FXMakerHierarchy, selObjType, Transform baseTransform, Object selObj, int selIndex ) : void | ||
selObjType | FXMakerHierarchy, | |
baseTransform | Transform | |
selObj | Object | |
selIndex | int | |
리턴 | void |
public ShowMaterialPopup ( Transform selTrans, int nSelMatIndex ) : void | ||
selTrans | Transform | |
nSelMatIndex | int | |
리턴 | void |
public ShowMenuPopup ( string popupName, string displayedMenu ) : void | ||
popupName | string | |
displayedMenu | string | |
리턴 | void |
public ShowMenuPopup ( string popupName, string displayedMenu, bool eabledMenu ) : void | ||
popupName | string | |
displayedMenu | string | |
eabledMenu | bool | |
리턴 | void |
public ShowModalOkCancelMessage ( string msg ) : bool | ||
msg | string | |
리턴 | bool |
public ShowNcCurveAnimationPopup ( NcCurveAnimation selObj, bool bSaveDialog ) : void | ||
selObj | NcCurveAnimation | |
bSaveDialog | bool | |
리턴 | void |
public ShowNcInfoCurvePopup ( NcCurveAnimation selObj, int nSelIndex, bool bSaveDialog ) : void | ||
selObj | NcCurveAnimation | |
nSelIndex | int | |
bSaveDialog | bool | |
리턴 | void |
public ShowSavePrefabPopup ( Transform trans ) : void | ||
trans | Transform | |
리턴 | void |
public ShowSelectAudioClipPopup ( NcAttachSound, selCom ) : void | ||
selCom | NcAttachSound, | |
리턴 | void |
public ShowSelectMeshPopup ( Component selCom ) : void | ||
selCom | Component | |
리턴 | void |
public ShowSelectPrefabPopup ( NcEffectBehaviour, selCom, bool bShowByInspector, int nArgIndex ) : void | ||
selCom | NcEffectBehaviour, | |
bShowByInspector | bool | |
nArgIndex | int | |
리턴 | void |
public ShowSelectPrefabPopup ( NcEffectBehaviour, selCom, int nArgIndex, int nSubArgIndex, bool bShowByInspector ) : void | ||
selCom | NcEffectBehaviour, | |
nArgIndex | int | |
nSubArgIndex | int | |
bShowByInspector | bool | |
리턴 | void |
public ShowToolMessage ( string msg, float time ) : void | ||
msg | string | |
time | float | |
리턴 | void |
public ShowWarningMessage ( string msg, float time ) : void | ||
msg | string | |
time | float | |
리턴 | void |