_currentColor | Barotrauma.GUIComponent | protected |
_previousState | Barotrauma.GUIComponent | protected |
_state | Barotrauma.GUIComponent | protected |
AddToGUIUpdateList(bool ignoreChildren=false, int order=0) | Barotrauma.GUIComponent | virtual |
alignment | Barotrauma.GUIComponent | protected |
AlwaysOverrideCursor | Barotrauma.GUIComponent | |
ApplySizeRestrictions(GUIComponentStyle style) | Barotrauma.GUIComponent | |
ApplyStyle(GUIComponentStyle componentStyle) | Barotrauma.GUITextBlock | virtual |
AutoDraw | Barotrauma.GUIComponent | |
AutoScaleAndNormalize(params GUITextBlock[] textBlocks) | Barotrauma.GUITextBlock | static |
AutoScaleAndNormalize(bool scaleHorizontal=true, bool scaleVertical=false, params GUITextBlock[] textBlocks) | Barotrauma.GUITextBlock | static |
AutoScaleAndNormalize(IEnumerable< GUITextBlock > textBlocks, bool scaleHorizontal=true, bool scaleVertical=false, float? defaultScale=null) | Barotrauma.GUITextBlock | static |
AutoScaleHorizontal | Barotrauma.GUITextBlock | |
AutoScaleVertical | Barotrauma.GUITextBlock | |
AutoUpdate | Barotrauma.GUIComponent | |
Bounce | Barotrauma.GUIComponent | |
CalculateHeightFromText(int padding=0, bool removeExtraSpacing=false) | Barotrauma.GUITextBlock | |
CanBeFocused | Barotrauma.GUIComponent | |
Censor | Barotrauma.GUITextBlock | |
CensoredText | Barotrauma.GUITextBlock | |
Center | Barotrauma.GUIComponent | |
Children | Barotrauma.GUIComponent | |
ClampMouseRectToParent | Barotrauma.GUIComponent | |
ClampRect(Rectangle r) | Barotrauma.GUIComponent | protected |
ClearCaretPositions() | Barotrauma.GUITextBlock | |
ClearChildren() | Barotrauma.GUIComponent | virtual |
ClickableAreas | Barotrauma.GUITextBlock | |
color | Barotrauma.GUIComponent | protected |
Color | Barotrauma.GUIComponent | |
ColorCrossFadeTime | Barotrauma.GUIComponent | |
ColorTransition | Barotrauma.GUIComponent | |
ComponentState enum name | Barotrauma.GUIComponent | |
CountChildren | Barotrauma.GUIComponent | |
DefaultColor | Barotrauma.GUIComponent | |
disabledColor | Barotrauma.GUIComponent | protected |
DisabledColor | Barotrauma.GUIComponent | |
DisabledTextColor | Barotrauma.GUITextBlock | |
Draw(SpriteBatch spriteBatch) | Barotrauma.GUITextBlock | 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 | protected |
Enabled | Barotrauma.GUIComponent | |
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 |
flashTimer | Barotrauma.GUIComponent | protected |
FlashTimer | Barotrauma.GUIComponent | |
Font | Barotrauma.GUITextBlock | |
ForceLayoutRecalculation() | Barotrauma.GUIComponent | virtual |
ForceUpdate() | Barotrauma.GUIComponent | |
ForceUpperCase | Barotrauma.GUITextBlock | |
FromXML(ContentXElement element, RectTransform parent) | Barotrauma.GUIComponent | static |
GetAllCaretPositions() | Barotrauma.GUITextBlock | |
GetAllChildren() | Barotrauma.GUIComponent | |
GetAllChildren< T >() | Barotrauma.GUIComponent | |
GetAnyChild< T >() | Barotrauma.GUIComponent | |
GetBlendedColor(Color targetColor, ref Color blendedColor) | Barotrauma.GUIComponent | protected |
GetCaretIndexFromLocalPos(in Vector2 pos) | Barotrauma.GUITextBlock | |
GetCaretIndexFromScreenPos(in Vector2 pos) | Barotrauma.GUITextBlock | |
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 |
GUITextBlock(RectTransform rectT, RichString text, Color? textColor=null, GUIFont font=null, Alignment textAlignment=Alignment.Left, bool wrap=false, string style="", Color? color=null) | Barotrauma.GUITextBlock | |
HasColorHighlight | Barotrauma.GUITextBlock | |
hoverColor | Barotrauma.GUIComponent | protected |
HoverColor | Barotrauma.GUIComponent | |
HoverCursor | Barotrauma.GUIComponent | |
HoverTextColor | Barotrauma.GUITextBlock | |
IgnoreLayoutGroups | Barotrauma.GUIComponent | |
ImmediateFlash(Color? color=null) | Barotrauma.GUIComponent | |
IsChildOf(GUIComponent component, bool recursive=true) | Barotrauma.GUIComponent | |
IsParentOf(GUIComponent component, bool recursive=true) | Barotrauma.GUIComponent | |
isSelected | Barotrauma.GUIComponent | protected |
MouseRect | Barotrauma.GUIComponent | |
OnAddedToGUIUpdateList | Barotrauma.GUIComponent | |
OnSecondaryClicked | Barotrauma.GUIComponent | |
Origin | Barotrauma.GUITextBlock | |
origin | Barotrauma.GUITextBlock | protected |
OutlineColor | Barotrauma.GUIComponent | |
OverflowClip | Barotrauma.GUITextBlock | |
OverflowClipActive | Barotrauma.GUITextBlock | |
OverrideRichTextDataAlpha | Barotrauma.GUITextBlock | |
OverrideTextColor(Color color) | Barotrauma.GUITextBlock | |
Padding | Barotrauma.GUITextBlock | |
Parent | Barotrauma.GUIComponent | |
PlaySoundOnSelect | Barotrauma.GUIComponent | |
PressedColor | Barotrauma.GUIComponent | |
pressedColor | Barotrauma.GUIComponent | protected |
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 | |
RichTextData | Barotrauma.GUITextBlock | |
RoundToNearestPixel | Barotrauma.GUITextBlock | |
SecondaryButtonDownHandler(GUIComponent component, object userData) | Barotrauma.GUIComponent | |
Selected | Barotrauma.GUIComponent | |
SelectedColor | Barotrauma.GUIComponent | |
selectedColor | Barotrauma.GUIComponent | protected |
SelectedTextColor | Barotrauma.GUITextBlock | |
SetAlpha(float a) | Barotrauma.GUITextBlock | protectedvirtual |
SetAsFirstChild() | Barotrauma.GUIComponent | |
SetAsLastChild() | Barotrauma.GUIComponent | |
SetRichText(LocalizedString richText) | Barotrauma.GUITextBlock | |
SetTextPos() | Barotrauma.GUITextBlock | |
Shadow | Barotrauma.GUITextBlock | |
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 | |
Strikethrough | Barotrauma.GUITextBlock | |
Style | Barotrauma.GUIComponent | |
styleHierarchy | Barotrauma.GUIComponent | protected |
text | Barotrauma.GUITextBlock | protected |
Text | Barotrauma.GUITextBlock | |
textAlignment | Barotrauma.GUITextBlock | protected |
TextAlignment | Barotrauma.GUITextBlock | |
textColor | Barotrauma.GUITextBlock | protected |
TextColor | Barotrauma.GUITextBlock | |
TextDepth | Barotrauma.GUITextBlock | |
TextGetter | Barotrauma.GUITextBlock | |
TextGetterHandler() | Barotrauma.GUITextBlock | |
TextOffset | Barotrauma.GUITextBlock | |
TextPos | Barotrauma.GUITextBlock | |
textPos | Barotrauma.GUITextBlock | protected |
TextScale | Barotrauma.GUITextBlock | |
TextSize | Barotrauma.GUITextBlock | |
ToolTip | Barotrauma.GUIComponent | |
Update(float deltaTime) | Barotrauma.GUITextBlock | 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 | |
Wrap | Barotrauma.GUITextBlock | |
WrappedText | Barotrauma.GUITextBlock | |