_currentColor | Barotrauma.GUIComponent | protected |
_previousState | Barotrauma.GUIComponent | protected |
_state | Barotrauma.GUIComponent | protected |
AddActiveToGUIUpdateList() | Barotrauma.GUIMessageBox | static |
AddButton(RectTransform rectT, string text, GUIButton.OnClickedHandler onClick) | Barotrauma.GUIMessageBox | |
AddToGUIUpdateList(bool ignoreChildren=false, int order=0) | Barotrauma.GUIComponent | virtual |
alignment | Barotrauma.GUIComponent | protected |
AlwaysOverrideCursor | Barotrauma.GUIComponent | |
ApplySizeRestrictions(GUIComponentStyle style) | Barotrauma.GUIComponent | |
ApplyStyle(GUIComponentStyle style) | Barotrauma.GUIComponent | virtual |
AutoClose | Barotrauma.GUIMessageBox | |
AutoDraw | Barotrauma.GUIComponent | |
AutoUpdate | Barotrauma.GUIComponent | |
BackgroundIcon | Barotrauma.GUIMessageBox | |
Bounce | Barotrauma.GUIComponent | |
Buttons | Barotrauma.GUIMessageBox | |
CanBeFocused | Barotrauma.GUIComponent | |
Center | Barotrauma.GUIComponent | |
Children | Barotrauma.GUIComponent | |
ClampMouseRectToParent | Barotrauma.GUIComponent | |
ClampRect(Rectangle r) | Barotrauma.GUIComponent | protected |
ClearChildren() | Barotrauma.GUIComponent | virtual |
Close() | Barotrauma.GUIMessageBox | |
Close(GUIButton button, object obj) | Barotrauma.GUIMessageBox | |
Close(Identifier tag) | Barotrauma.GUIMessageBox | static |
Close(string tag) | Barotrauma.GUIMessageBox | static |
CloseAll() | Barotrauma.GUIMessageBox | static |
Closed | Barotrauma.GUIMessageBox | |
Color | Barotrauma.GUIComponent | |
color | Barotrauma.GUIComponent | protected |
ColorCrossFadeTime | Barotrauma.GUIComponent | |
ColorTransition | Barotrauma.GUIComponent | |
ComponentState enum name | Barotrauma.GUIComponent | |
Content | Barotrauma.GUIMessageBox | |
CountChildren | Barotrauma.GUIComponent | |
CreateLoadingBox(LocalizedString text,(LocalizedString Label, Action< GUIMessageBox > Action)[] buttons=null, Vector2? relativeSize=null) | Barotrauma.GUIMessageBox | static |
DefaultColor | Barotrauma.GUIComponent | |
disabledColor | Barotrauma.GUIComponent | protected |
DisabledColor | Barotrauma.GUIComponent | |
DisplayInLoadingScreens | Barotrauma.GUIMessageBox | |
Draggable | Barotrauma.GUIMessageBox | |
DraggingPosition | Barotrauma.GUIMessageBox | |
Draw(SpriteBatch spriteBatch) | Barotrauma.GUIFrame | protectedvirtual |
DrawAuto(SpriteBatch spriteBatch) | Barotrauma.GUIComponent | |
DrawChildren(SpriteBatch spriteBatch, bool recursive) | Barotrauma.GUIComponent | virtual |
DrawManually(SpriteBatch spriteBatch, bool alsoChildren=false, bool recursive=true) | Barotrauma.GUIComponent | virtual |
DrawToolTip(SpriteBatch spriteBatch) | Barotrauma.GUIComponent | |
DrawToolTip(SpriteBatch spriteBatch, RichString toolTip, Vector2 pos) | Barotrauma.GUIComponent | static |
DrawToolTip(SpriteBatch spriteBatch, RichString toolTip, Rectangle targetElement, Anchor anchor=Anchor.BottomCenter, Pivot pivot=Pivot.TopLeft) | Barotrauma.GUIComponent | static |
Enabled | Barotrauma.GUIComponent | |
enabled | Barotrauma.GUIComponent | protected |
ExternalHighlight | Barotrauma.GUIComponent | |
FadeIn(float wait, float duration) | Barotrauma.GUIComponent | |
FadeOut(float duration, bool removeAfter, float wait=0.0f, Action onRemove=null) | Barotrauma.GUIComponent | |
FallBackState | Barotrauma.GUIComponent | |
FindChild(Func< GUIComponent, bool > predicate, bool recursive=false) | Barotrauma.GUIComponent | |
FindChild(object userData, bool recursive=false) | Barotrauma.GUIComponent | |
FindChildren(object userData) | Barotrauma.GUIComponent | |
FindChildren(Func< GUIComponent, bool > predicate) | Barotrauma.GUIComponent | |
Flash(Color? color=null, float flashDuration=1.5f, bool useRectangleFlash=false, bool useCircularFlash=false, Vector2? flashRectInflate=null) | Barotrauma.GUIComponent | virtual |
flashColor | Barotrauma.GUIComponent | protected |
flashDuration | Barotrauma.GUIComponent | protected |
FlashOnAutoCloseCondition | Barotrauma.GUIMessageBox | |
FlashTimer | Barotrauma.GUIComponent | |
flashTimer | Barotrauma.GUIComponent | protected |
Font | Barotrauma.GUIComponent | |
ForceLayoutRecalculation() | Barotrauma.GUIComponent | virtual |
ForceUpdate() | Barotrauma.GUIComponent | |
FromXML(ContentXElement element, RectTransform parent) | Barotrauma.GUIComponent | static |
GetAllChildren() | Barotrauma.GUIComponent | |
GetAllChildren< T >() | Barotrauma.GUIComponent | |
GetAnyChild< T >() | Barotrauma.GUIComponent | |
GetBlendedColor(Color targetColor, ref Color blendedColor) | Barotrauma.GUIComponent | protected |
GetChild(int index) | Barotrauma.GUIComponent | |
GetChild< T >() | Barotrauma.GUIComponent | |
GetChildByUserData(object obj) | Barotrauma.GUIComponent | |
GetChildIndex(GUIComponent child) | Barotrauma.GUIComponent | |
GetColor(ComponentState state) | Barotrauma.GUIComponent | protectedvirtual |
GlowOnSelect | Barotrauma.GUIComponent | |
GUIComponent(string style, RectTransform rectT) | Barotrauma.GUIComponent | protected |
GUIComponent(string style) | Barotrauma.GUIComponent | protected |
GUIFrame(RectTransform rectT, string style="", Color? color=null) | Barotrauma.GUIFrame | |
GUIMessageBox(LocalizedString headerText, LocalizedString text, Vector2? relativeSize=null, Point? minSize=null, Type type=Type.Default) | Barotrauma.GUIMessageBox | |
GUIMessageBox(RichString headerText, RichString text, LocalizedString[] buttons, Vector2? relativeSize=null, Point? minSize=null, Alignment textAlignment=Alignment.TopLeft, Type type=Type.Default, string tag="", Sprite icon=null, string iconStyle="", Sprite backgroundIcon=null, Func< bool > autoCloseCondition=null, bool hideCloseButton=false) | Barotrauma.GUIMessageBox | |
GUIMessageBox(Identifier hintIdentifier, LocalizedString text, Sprite icon) | Barotrauma.GUIMessageBox | |
Header | Barotrauma.GUIMessageBox | |
HoverColor | Barotrauma.GUIComponent | |
hoverColor | Barotrauma.GUIComponent | protected |
HoverCursor | Barotrauma.GUIComponent | |
Icon | Barotrauma.GUIMessageBox | |
IconColor | Barotrauma.GUIMessageBox | |
IgnoreLayoutGroups | Barotrauma.GUIComponent | |
ImmediateFlash(Color? color=null) | Barotrauma.GUIComponent | |
InnerFrame | Barotrauma.GUIMessageBox | |
IsChildOf(GUIComponent component, bool recursive=true) | Barotrauma.GUIComponent | |
IsParentOf(GUIComponent component, bool recursive=true) | Barotrauma.GUIComponent | |
isSelected | Barotrauma.GUIComponent | protected |
MessageBoxes | Barotrauma.GUIMessageBox | static |
MessageBoxType | Barotrauma.GUIMessageBox | |
MouseRect | Barotrauma.GUIComponent | |
OnAddedToGUIUpdateList | Barotrauma.GUIComponent | |
OnEnterPressed | Barotrauma.GUIMessageBox | |
OnSecondaryClicked | Barotrauma.GUIComponent | |
OutlineColor | Barotrauma.GUIComponent | |
OutlineThickness | Barotrauma.GUIFrame | |
Parent | Barotrauma.GUIComponent | |
PlaySoundOnSelect | Barotrauma.GUIComponent | |
pressedColor | Barotrauma.GUIComponent | protected |
PressedColor | Barotrauma.GUIComponent | |
Pulsate(Vector2 startScale, Vector2 endScale, float duration) | Barotrauma.GUIComponent | |
Rect | Barotrauma.GUIComponent | |
RectTransform | Barotrauma.GUIComponent | |
RemoveChild(GUIComponent child) | Barotrauma.GUIComponent | virtual |
RemoveFromGUIUpdateList(bool alsoChildren=true) | Barotrauma.GUIComponent | |
SecondaryButtonDownHandler(GUIComponent component, object userData) | Barotrauma.GUIComponent | |
Selected | Barotrauma.GUIComponent | |
SelectedColor | Barotrauma.GUIComponent | |
selectedColor | Barotrauma.GUIComponent | protected |
SetAlpha(float a) | Barotrauma.GUIComponent | protectedvirtual |
SetAsFirstChild() | Barotrauma.GUIComponent | |
SetAsLastChild() | Barotrauma.GUIComponent | |
SetBackgroundIcon(Sprite icon) | Barotrauma.GUIMessageBox | |
SlideIn(float wait, float duration, int amount, SlideDirection direction) | Barotrauma.GUIComponent | |
SlideOut(float duration, int amount, SlideDirection direction) | Barotrauma.GUIComponent | |
SpriteCrossFadeTime | Barotrauma.GUIComponent | |
SpriteEffects | Barotrauma.GUIComponent | |
sprites | Barotrauma.GUIComponent | |
State | Barotrauma.GUIComponent | |
Style | Barotrauma.GUIComponent | |
styleHierarchy | Barotrauma.GUIComponent | protected |
Tag | Barotrauma.GUIMessageBox | |
Text | Barotrauma.GUIMessageBox | |
ToolTip | Barotrauma.GUIComponent | |
Type enum name | Barotrauma.GUIMessageBox | |
Update(float deltaTime) | Barotrauma.GUIMessageBox | protectedvirtual |
UpdateAuto(float deltaTime) | Barotrauma.GUIComponent | |
UpdateChildren(float deltaTime, bool recursive) | Barotrauma.GUIComponent | |
UpdateManually(float deltaTime, bool alsoChildren=false, bool recursive=true) | Barotrauma.GUIComponent | |
UpdateOrder | Barotrauma.GUIComponent | |
UserData | Barotrauma.GUIComponent | |
UVOffset | Barotrauma.GUIComponent | |
Visible | Barotrauma.GUIComponent | |
VisibleBox | Barotrauma.GUIMessageBox | static |