| _currentColor | Barotrauma.GUIComponent | protected |
| _previousState | Barotrauma.GUIComponent | protected |
| _state | Barotrauma.GUIComponent | protected |
| AddCustomContent(GUIComponent component, int childIndex) | Barotrauma.SerializableEntityEditor | |
| 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 |
| AutoDraw | Barotrauma.GUIComponent | |
| AutoUpdate | Barotrauma.GUIComponent | |
| Bounce | Barotrauma.GUIComponent | |
| CanBeFocused | Barotrauma.GUIComponent | |
| Center | Barotrauma.GUIComponent | |
| Children | Barotrauma.GUIComponent | |
| ClampMouseRectToParent | Barotrauma.GUIComponent | |
| ClampRect(Rectangle r) | Barotrauma.GUIComponent | protected |
| ClearChildren() | Barotrauma.GUIComponent | virtual |
| Color | Barotrauma.GUIComponent | |
| color | Barotrauma.GUIComponent | protected |
| ColorCrossFadeTime | Barotrauma.GUIComponent | |
| ColorTransition | Barotrauma.GUIComponent | |
| CommandBuffer | Barotrauma.SerializableEntityEditor | static |
| CommitCommandBuffer() | Barotrauma.SerializableEntityEditor | static |
| ComponentState enum name | Barotrauma.GUIComponent | |
| ContentCount | Barotrauma.SerializableEntityEditor | |
| ContentHeight | Barotrauma.SerializableEntityEditor | |
| CountChildren | Barotrauma.GUIComponent | |
| CreateBoolField(ISerializableEntity entity, SerializableProperty property, bool value, LocalizedString displayName, LocalizedString toolTip) | Barotrauma.SerializableEntityEditor | |
| CreateColorField(ISerializableEntity entity, SerializableProperty property, Color value, LocalizedString displayName, LocalizedString toolTip) | Barotrauma.SerializableEntityEditor | |
| CreateEnumField(ISerializableEntity entity, SerializableProperty property, object value, LocalizedString displayName, LocalizedString toolTip) | Barotrauma.SerializableEntityEditor | |
| CreateEnumFlagField(ISerializableEntity entity, SerializableProperty property, object value, LocalizedString displayName, LocalizedString toolTip) | Barotrauma.SerializableEntityEditor | |
| CreateFloatField(ISerializableEntity entity, SerializableProperty property, float value, LocalizedString displayName, LocalizedString toolTip) | Barotrauma.SerializableEntityEditor | |
| CreateIntField(ISerializableEntity entity, SerializableProperty property, int value, LocalizedString displayName, LocalizedString toolTip) | Barotrauma.SerializableEntityEditor | |
| CreateNewField(SerializableProperty property, ISerializableEntity entity) | Barotrauma.SerializableEntityEditor | |
| CreatePointField(ISerializableEntity entity, SerializableProperty property, Point value, LocalizedString displayName, LocalizedString toolTip) | Barotrauma.SerializableEntityEditor | |
| CreateRectangleField(ISerializableEntity entity, SerializableProperty property, Rectangle value, LocalizedString displayName, LocalizedString toolTip) | Barotrauma.SerializableEntityEditor | |
| CreateStringArrayField(ISerializableEntity entity, SerializableProperty property, string[] value, LocalizedString displayName, LocalizedString toolTip) | Barotrauma.SerializableEntityEditor | |
| CreateStringField(ISerializableEntity entity, SerializableProperty property, string value, LocalizedString displayName, LocalizedString toolTip) | Barotrauma.SerializableEntityEditor | |
| CreateTextPicker(string textTag, ISerializableEntity entity, SerializableProperty property, GUITextBox textBox) | Barotrauma.SerializableEntityEditor | |
| CreateVector2Field(ISerializableEntity entity, SerializableProperty property, Vector2 value, LocalizedString displayName, LocalizedString toolTip) | Barotrauma.SerializableEntityEditor | |
| CreateVector3Field(ISerializableEntity entity, SerializableProperty property, Vector3 value, LocalizedString displayName, LocalizedString toolTip) | Barotrauma.SerializableEntityEditor | |
| CreateVector4Field(ISerializableEntity entity, SerializableProperty property, Vector4 value, LocalizedString displayName, LocalizedString toolTip) | Barotrauma.SerializableEntityEditor | |
| DefaultColor | Barotrauma.GUIComponent | |
| DisabledColor | Barotrauma.GUIComponent | |
| disabledColor | Barotrauma.GUIComponent | protected |
| Draw(SpriteBatch spriteBatch) | Barotrauma.GUIComponent | 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 | |
| Fields | Barotrauma.SerializableEntityEditor | |
| 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.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 |
| hoverColor | Barotrauma.GUIComponent | protected |
| HoverColor | Barotrauma.GUIComponent | |
| HoverCursor | Barotrauma.GUIComponent | |
| IgnoreLayoutGroups | Barotrauma.GUIComponent | |
| ImmediateFlash(Color? color=null) | Barotrauma.GUIComponent | |
| IsChildOf(GUIComponent component, bool recursive=true) | Barotrauma.GUIComponent | |
| IsEntityRemoved(object entity) | Barotrauma.SerializableEntityEditor | static |
| IsParentOf(GUIComponent component, bool recursive=true) | Barotrauma.GUIComponent | |
| isSelected | Barotrauma.GUIComponent | protected |
| LockEditing | Barotrauma.SerializableEntityEditor | static |
| MouseRect | Barotrauma.GUIComponent | |
| NextCommandPush | Barotrauma.SerializableEntityEditor | static |
| OnAddedToGUIUpdateList | Barotrauma.GUIComponent | |
| OnSecondaryClicked | Barotrauma.GUIComponent | |
| OutlineColor | Barotrauma.GUIComponent | |
| Parent | Barotrauma.GUIComponent | |
| PlaySoundOnSelect | Barotrauma.GUIComponent | |
| pressedColor | Barotrauma.GUIComponent | protected |
| PressedColor | Barotrauma.GUIComponent | |
| PropertyChangesActive | Barotrauma.SerializableEntityEditor | static |
| Pulsate(Vector2 startScale, Vector2 endScale, float duration) | Barotrauma.GUIComponent | |
| Recalculate() | Barotrauma.SerializableEntityEditor | |
| Rect | Barotrauma.GUIComponent | |
| RectTransform | Barotrauma.GUIComponent | |
| RefreshValues() | Barotrauma.SerializableEntityEditor | |
| 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 |
| SerializableEntityEditor(RectTransform parent, ISerializableEntity entity, bool inGame, bool showName, string style="", int elementHeight=24, GUIFont titleFont=null) | Barotrauma.SerializableEntityEditor | |
| SerializableEntityEditor(RectTransform parent, ISerializableEntity entity, IEnumerable< SerializableProperty > properties, bool showName, string style="", int elementHeight=24, GUIFont titleFont=null) | Barotrauma.SerializableEntityEditor | |
| SetAlpha(float a) | Barotrauma.GUIComponent | protectedvirtual |
| SetAsFirstChild() | Barotrauma.GUIComponent | |
| SetAsLastChild() | Barotrauma.GUIComponent | |
| 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 |
| ToolTip | Barotrauma.GUIComponent | |
| Update(float deltaTime) | Barotrauma.GUIComponent | 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 | |
| UpdateValue(SerializableProperty property, object newValue, bool flash=true) | Barotrauma.SerializableEntityEditor | |
| UserData | Barotrauma.GUIComponent | |
| UVOffset | Barotrauma.GUIComponent | |
| Visible | Barotrauma.GUIComponent | |