|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | UIInnerList |
Public Attributes | |
| float | ListPadding = 5f |
| Action< List< UIElement > > | ManualSortMethod |
| StyleDimension | Top |
| StyleDimension | Left |
| StyleDimension | Width |
| StyleDimension | Height |
| StyleDimension | MaxWidth = StyleDimension.Fill |
| StyleDimension | MaxHeight = StyleDimension.Fill |
| StyleDimension | MinWidth = StyleDimension.Empty |
| StyleDimension | MinHeight = StyleDimension.Empty |
| bool | IgnoresMouseInteraction |
| bool | OverflowHidden |
| SamplerState | OverrideSamplerState |
| float | PaddingTop |
| float | PaddingLeft |
| float | PaddingRight |
| float | PaddingBottom |
| float | MarginTop |
| float | MarginLeft |
| float | MarginRight |
| float | MarginBottom |
| float | HAlign |
| float | VAlign |
| bool | UseImmediateMode |
Protected Member Functions | |
| override void | DrawSelf (SpriteBatch spriteBatch) |
| virtual void | DrawChildren (SpriteBatch spriteBatch) |
Protected Attributes | |
| List< UIElement > | _items = new List<UIElement>() |
| UIScrollbar | _scrollbar |
| readonly List< UIElement > | Elements = new List<UIElement>() |
Properties | |
| int | Count [get] |
| UIElement | Parent [get, private set] |
| int | UniqueId [get, private set] |
| IEnumerable< UIElement > | Children [get] |
| bool | IsMouseHovering [get, private set] |
Private Member Functions | |
| void | UpdateScrollbar () |
| IEnumerator IEnumerable. | GetEnumerator () |
| CalculatedStyle | GetDimensionsBasedOnParentDimensions (CalculatedStyle parentDimensions) |
Private Attributes | |
| UIElement | _innerList = new UIInnerList() |
| float | _innerListHeight |
| bool | _isInitialized |
| CalculatedStyle | _innerDimensions |
| CalculatedStyle | _dimensions |
| CalculatedStyle | _outerDimensions |
| SnapPoint | _snapPoint |
Static Private Attributes | |
| static readonly RasterizerState | OverflowHiddenRasterizerState |
| static int | _idCounter = 0 |