Property | Type | Description | |
---|---|---|---|
inst | FxmPopupManager, | ||
m_ToolPopupGameObject | GameObject |
Property | Type | Description | |
---|---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return | void |
public GetCurrentFolderPopup ( ) : FxmFolderPopup, | ||
return | FxmFolderPopup, |
public GetCurrentHierarchyPopup ( ) : FxmPopup, | ||
return | FxmPopup, |
public GetCurrentMenuPopup ( ) : FxmMenuPopup, | ||
return | FxmMenuPopup, |
public GetModalMessageValue ( ) : FXMakerLayout.MODALRETURN_TYPE | ||
return | FXMakerLayout.MODALRETURN_TYPE |
public HideHierarchyPopup ( bool bSave ) : void | ||
bSave | bool | |
return | void |
public IsContainsHierarchyPopup ( Vector2 mousePos ) : bool | ||
mousePos | Vector2 | |
return | bool |
public OnClosePopup ( FxmPopup, popup ) : void | ||
popup | FxmPopup, | |
return | void |
public OnHoverCommand_Popup ( int nInstanceID ) : void | ||
nInstanceID | int | |
return | void |
public SetDelayBottomMessage ( string toolTip ) : void | ||
toolTip | string | |
return | void |
public SetScriptTooltip ( string toolTip ) : void | ||
toolTip | string | |
return | void |
public SetStaticBottomMessage ( string msg ) : void | ||
msg | string | |
return | void |
public ShowAddPrefabPopup ( Transform trans ) : void | ||
trans | Transform | |
return | void |
public ShowBottomTooltip ( string toolTip ) : void | ||
toolTip | string | |
return | void |
public ShowCursorTooltip ( string toolTip ) : void | ||
toolTip | string | |
return | void |
public ShowHierarchyObjectPopup ( string scriptFilename, Object selObj ) : void | ||
scriptFilename | string | |
selObj | Object | |
return | void |
public ShowHierarchyRightPopup ( FXMakerHierarchy, selObjType, Transform baseTransform, Object selObj, int selIndex ) : void | ||
selObjType | FXMakerHierarchy, | |
baseTransform | Transform | |
selObj | Object | |
selIndex | int | |
return | void |
public ShowMaterialPopup ( Transform selTrans, int nSelMatIndex ) : void | ||
selTrans | Transform | |
nSelMatIndex | int | |
return | void |
public ShowMenuPopup ( string popupName, string displayedMenu ) : void | ||
popupName | string | |
displayedMenu | string | |
return | void |
public ShowMenuPopup ( string popupName, string displayedMenu, bool eabledMenu ) : void | ||
popupName | string | |
displayedMenu | string | |
eabledMenu | bool | |
return | void |
public ShowModalOkCancelMessage ( string msg ) : bool | ||
msg | string | |
return | bool |
public ShowNcCurveAnimationPopup ( NcCurveAnimation selObj, bool bSaveDialog ) : void | ||
selObj | NcCurveAnimation | |
bSaveDialog | bool | |
return | void |
public ShowNcInfoCurvePopup ( NcCurveAnimation selObj, int nSelIndex, bool bSaveDialog ) : void | ||
selObj | NcCurveAnimation | |
nSelIndex | int | |
bSaveDialog | bool | |
return | void |
public ShowSavePrefabPopup ( Transform trans ) : void | ||
trans | Transform | |
return | void |
public ShowSelectAudioClipPopup ( NcAttachSound, selCom ) : void | ||
selCom | NcAttachSound, | |
return | void |
public ShowSelectMeshPopup ( Component selCom ) : void | ||
selCom | Component | |
return | void |
public ShowSelectPrefabPopup ( NcEffectBehaviour, selCom, bool bShowByInspector, int nArgIndex ) : void | ||
selCom | NcEffectBehaviour, | |
bShowByInspector | bool | |
nArgIndex | int | |
return | void |
public ShowSelectPrefabPopup ( NcEffectBehaviour, selCom, int nArgIndex, int nSubArgIndex, bool bShowByInspector ) : void | ||
selCom | NcEffectBehaviour, | |
nArgIndex | int | |
nSubArgIndex | int | |
bShowByInspector | bool | |
return | void |
public ShowToolMessage ( string msg, float time ) : void | ||
msg | string | |
time | float | |
return | void |
public ShowWarningMessage ( string msg, float time ) : void | ||
msg | string | |
time | float | |
return | void |
protected FxmFolderPopup, m_CurrentFolderPopup | ||
return | FxmFolderPopup, |
protected FxmPopup, m_CurrentHierarchyPopup | ||
return | FxmPopup, |
protected FxmMenuPopup, m_CurrentMenuPopup | ||
return | FxmMenuPopup, |
protected FxmSpritePopup, m_CurrentSpritePopup | ||
return | FxmSpritePopup, |
protected FXMakerLayout.MODAL_TYPE m_ModalType | ||
return | FXMakerLayout.MODAL_TYPE |