uDialog
1.07
|
This is the complete list of members for uDialog_Fluent, including all inherited members.
AddButton(this uDialog uDialog, uDialog_Button_Data button, bool showButtons=true, bool focusThisButton=false) | uDialog_Fluent | static |
AddButton(this uDialog uDialog, string buttonText, UnityAction buttonAction, bool showButtons=true, bool focusThisButton=false) | uDialog_Fluent | static |
AddButton(this uDialog uDialog, string buttonText, UnityAction< uDialog > buttonAction, bool showButtons=true, bool focusThisButton=false) | uDialog_Fluent | static |
AddButton(this uDialog uDialog, string buttonText, UnityAction< uDialog, uDialog_Button_Data > buttonAction, bool showButtons=true, bool focusThisButton=false) | uDialog_Fluent | static |
AddOnClickEvent(this uDialog uDialog, UnityAction< uDialog > onClickEvent) | uDialog_Fluent | static |
AddOnClickEvent(this uDialog uDialog, UnityAction onClickEvent) | uDialog_Fluent | static |
AddOnCloseEvent(this uDialog uDialog, UnityAction< uDialog > onCloseEvent) | uDialog_Fluent | static |
AddOnCloseEvent(this uDialog uDialog, UnityAction onCloseEvent) | uDialog_Fluent | static |
AddOnMaximizeEvent(this uDialog uDialog, UnityAction< uDialog > onMaximizeEvent) | uDialog_Fluent | static |
AddOnMaximizeEvent(this uDialog uDialog, UnityAction onMaximizeEvent) | uDialog_Fluent | static |
AddOnMinimizeEvent(this uDialog uDialog, UnityAction< uDialog > onMinimizeEvent) | uDialog_Fluent | static |
AddOnMinimizeEvent(this uDialog uDialog, UnityAction onMinimizeEvent) | uDialog_Fluent | static |
AddOnShowEvent(this uDialog uDialog, UnityAction< uDialog > onShowEvent) | uDialog_Fluent | static |
AddOnShowEvent(this uDialog uDialog, UnityAction onShowEvent) | uDialog_Fluent | static |
AddToTaskBar(this uDialog uDialog, uDialog_TaskBar taskBar, bool isActive=true) | uDialog_Fluent | static |
ClearButtons(this uDialog uDialog) | uDialog_Fluent | static |
SaveCurrentColorScheme(this uDialog uDialog, string colorSchemeName) | uDialog_Fluent | static |
SetAllowDragging(this uDialog uDialog, bool allowDraggingViaTitle=true, bool allowDraggingViaDialog=true) | uDialog_Fluent | static |
SetAllowDraggingViaDialog(this uDialog uDialog, bool allowDragging=true) | uDialog_Fluent | static |
SetAllowDraggingViaTitle(this uDialog uDialog, bool allowDragging=true) | uDialog_Fluent | static |
SetAudioMixerGroup(this uDialog uDialog, UnityEngine.Audio.AudioMixerGroup audioMixerGroup) | uDialog_Fluent | static |
SetAudioVolume(this uDialog uDialog, float audioVolume) | uDialog_Fluent | static |
SetAutoClose(this uDialog uDialog, bool autoClose=true, float autoCloseTime=10f) | uDialog_Fluent | static |
SetButtonFont(this uDialog uDialog, Font font) | uDialog_Fluent | static |
SetButtonFontSize(this uDialog uDialog, int newSize) | uDialog_Fluent | static |
SetButtonFontSize(this uDialog uDialog, int minSize, int maxSize) | uDialog_Fluent | static |
SetButtonFontStyle(this uDialog uDialog, FontStyle newStyle) | uDialog_Fluent | static |
SetButtons(this uDialog uDialog, bool showButtons, params uDialog_Button_Data[] buttons) | uDialog_Fluent | static |
SetButtons(this uDialog uDialog, params uDialog_Button_Data[] buttons) | uDialog_Fluent | static |
SetButtonSize(this uDialog uDialog, float width, float height) | uDialog_Fluent | static |
SetButtonTextEffect(this uDialog uDialog, eTextEffect newEffect) | uDialog_Fluent | static |
SetCloseAnimation(this uDialog uDialog, eCloseAnimation closeAnimation) | uDialog_Fluent | static |
SetCloseWhenAnyButtonClicked(this uDialog uDialog, bool closeWhenAnyButtonClicked=true) | uDialog_Fluent | static |
SetCloseWhenClicked(this uDialog uDialog, bool closeWhenClicked=true) | uDialog_Fluent | static |
SetCloseWhenOverlayClicked(this uDialog uDialog, bool close=true) | uDialog_Fluent | static |
SetColorScheme(this uDialog uDialog, string newColorScheme) | uDialog_Fluent | static |
SetContent(this uDialog uDialog, RectTransform contentTransform, float?preferredHeight=null, ePreviousContentAction previousContentAction=ePreviousContentAction.Nothing) | uDialog_Fluent | static |
SetContentFont(this uDialog uDialog, Font newFont, int?newSize=null, FontStyle?newStyle=null, eTextEffect?newEffect=null) | uDialog_Fluent | static |
SetContentFontSize(this uDialog uDialog, int newSize) | uDialog_Fluent | static |
SetContentFontSize(this uDialog uDialog, int minSize, int maxSize) | uDialog_Fluent | static |
SetContentFontStyle(this uDialog uDialog, FontStyle newStyle) | uDialog_Fluent | static |
SetContentText(this uDialog uDialog, string text) | uDialog_Fluent | static |
SetContentTextEffect(this uDialog uDialog, eTextEffect newEffect) | uDialog_Fluent | static |
SetCustomColorScheme(this uDialog uDialog, uDialog_ColorScheme newColorScheme) | uDialog_Fluent | static |
SetDestroyAfterClose(this uDialog uDialog, bool destroyAfterClose=true) | uDialog_Fluent | static |
SetDimensions(this uDialog uDialog, float width, float height) | uDialog_Fluent | static |
SetFocusedButton(this uDialog uDialog, uDialog_Button button) | uDialog_Fluent | static |
SetFocusedButton(this uDialog uDialog, string buttonText) | uDialog_Fluent | static |
SetHeight(this uDialog uDialog, float height) | uDialog_Fluent | static |
SetIcon(this uDialog uDialog, eIconType iconType) | uDialog_Fluent | static |
SetIcon(this uDialog uDialog, Sprite newIcon) | uDialog_Fluent | static |
SetIconSize(this uDialog uDialog, float iconSize) | uDialog_Fluent | static |
SetMaxSize(this uDialog uDialog, Vector2 newSize) | uDialog_Fluent | static |
SetMaxSize(this uDialog uDialog, float maxX, float maxY) | uDialog_Fluent | static |
SetMinSize(this uDialog uDialog, Vector2 newSize) | uDialog_Fluent | static |
SetMinSize(this uDialog uDialog, float minX, float minY) | uDialog_Fluent | static |
SetModal(this uDialog uDialog, bool modal=true, bool closeWhenOverlayIsClicked=false) | uDialog_Fluent | static |
SetOnButtonClickSound(this uDialog uDialog, AudioClip onButtonClickSound) | uDialog_Fluent | static |
SetOnCloseSound(this uDialog uDialog, AudioClip onCloseSound) | uDialog_Fluent | static |
SetOnShowSound(this uDialog uDialog, AudioClip onShowSound) | uDialog_Fluent | static |
SetOutlineMode(this uDialog uDialog, eOutlineMode outlineMode) | uDialog_Fluent | static |
SetParent(this uDialog uDialog, RectTransform parent) | uDialog_Fluent | static |
SetParent(this uDialog uDialog, GameObject parent) | uDialog_Fluent | static |
SetResizeable(this uDialog uDialog, bool fromRight=true, bool fromBottom=true, bool fromLeft=false) | uDialog_Fluent | static |
SetResizeableFromDirection(this uDialog uDialog, eResizeDirection direction, bool resizeable=true) | uDialog_Fluent | static |
SetRestrictDraggingToParentBounds(this uDialog uDialog, bool restrict=true) | uDialog_Fluent | static |
SetShowAnimation(this uDialog uDialog, eShowAnimation showAnimation) | uDialog_Fluent | static |
SetShowButtons(this uDialog uDialog, bool showButtons=true) | uDialog_Fluent | static |
SetShowTitle(this uDialog uDialog, bool showTitle=true) | uDialog_Fluent | static |
SetShowTitleCloseButton(this uDialog uDialog, bool showTitleCloseButton=true) | uDialog_Fluent | static |
SetShowTitleMinimizeButton(this uDialog uDialog, bool showTitleMinimizeButton=true) | uDialog_Fluent | static |
SetThemeImageSet(this uDialog uDialog, eThemeImageSet imageSet) | uDialog_Fluent | static |
SetTitleFont(this uDialog uDialog, Font newFont, int?newSize=null, FontStyle?newStyle=null, eTextEffect?newEffect=null) | uDialog_Fluent | static |
SetTitleFontSize(this uDialog uDialog, int newSize) | uDialog_Fluent | static |
SetTitleFontSize(this uDialog uDialog, int minSize, int maxSize) | uDialog_Fluent | static |
SetTitleFontStyle(this uDialog uDialog, FontStyle newStyle) | uDialog_Fluent | static |
SetTitleText(this uDialog uDialog, string title, bool dontSetName=false) | uDialog_Fluent | static |
SetTitleTextEffect(this uDialog uDialog, eTextEffect newEffect) | uDialog_Fluent | static |
SetTriggerOnClickEventWhenOverlayClicked(this uDialog uDialog, bool trigger=true) | uDialog_Fluent | static |
SetVisibleOnStart(this uDialog uDialog, bool visibleOnStart=true) | uDialog_Fluent | static |
SetWidth(this uDialog uDialog, float width) | uDialog_Fluent | static |