Terraria v1.4.4.9
Terraria source code documentation
|
Public Attributes | |
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 | |
virtual void | DrawSelf (SpriteBatch spriteBatch) |
virtual void | DrawChildren (SpriteBatch spriteBatch) |
Protected Attributes | |
readonly List< UIElement > | Elements = new List<UIElement>() |
Properties | |
UIElement | Parent [get, private set] |
int | UniqueId [get, private set] |
IEnumerable< UIElement > | Children [get] |
bool | IsMouseHovering [get, private set] |
Static Private Member Functions | |
static void | FadedMouseOver (UIMouseEvent evt, UIElement listeningElement) |
static void | FadedMouseOut (UIMouseEvent evt, UIElement listeningElement) |
static void | DisplayMouseTextIfHovered (UIElement affectedElement, string textKey) |
Private Attributes | |
readonly AssetSourceController | _sourceController |
UIList | _availablePacksList |
UIList | _enabledPacksList |
ResourcePackList | _packsList |
UIText | _titleAvailable |
UIText | _titleEnabled |
UIState | _uiStateToGoBackTo |
UIGamepadHelper | _helper |
bool | _isInitialized |
CalculatedStyle | _innerDimensions |
CalculatedStyle | _dimensions |
CalculatedStyle | _outerDimensions |
SnapPoint | _snapPoint |
Static Private Attributes | |
const string | _snapCategory_ToggleFromOffToOn = "ToggleToOn" |
const string | _snapCategory_ToggleFromOnToOff = "ToggleToOff" |
const string | _snapCategory_InfoWhenOff = "InfoOff" |
const string | _snapCategory_InfoWhenOn = "InfoOn" |
const string | _snapCategory_OffsetOrderUp = "OrderUp" |
const string | _snapCategory_OffsetOrderDown = "OrderDown" |
const string | _snapPointName_goBack = "GoBack" |
const string | _snapPointName_openFolder = "OpenFolder" |
static readonly RasterizerState | OverflowHiddenRasterizerState |
static int | _idCounter = 0 |
Definition at line 17 of file UIResourcePackSelectionMenu.cs.