terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Types | |
enum | InfiniteItemsDisplayPage { InfiniteItemsPickup , InfiniteItemsResearch } |
Public Attributes | |
StyleDimension | Top |
StyleDimension | Left |
StyleDimension | Width |
StyleDimension | Height |
StyleDimension | MaxWidth |
StyleDimension | MaxHeight |
StyleDimension | MinWidth |
StyleDimension | MinHeight |
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 |
Static Public Attributes | |
const string | SnapPointName_SacrificeSlot = "CreativeSacrificeSlot" |
const string | SnapPointName_SacrificeConfirmButton = "CreativeSacrificeConfirm" |
const string | SnapPointName_InfinitesFilter = "CreativeInfinitesFilter" |
const string | SnapPointName_InfinitesSearch = "CreativeInfinitesSearch" |
const string | SnapPointName_InfinitesItemSlot = "CreativeInfinitesSlot" |
Protected Member Functions | |
virtual void | DrawSelf (SpriteBatch spriteBatch) |
virtual void | DrawChildren (SpriteBatch spriteBatch) |
Protected Attributes | |
readonly List< UIElement > | Elements |
Properties | |
UIElement | Parent [get, set, private set] |
int | UniqueId [get, set, private set] |
IEnumerable< UIElement > | Children [get, set] |
UIElement.MouseEvent | OnLeftMouseDown [set] |
UIElement.MouseEvent | OnLeftMouseUp [set] |
UIElement.MouseEvent | OnLeftClick [set] |
UIElement.MouseEvent | OnLeftDoubleClick [set] |
UIElement.MouseEvent | OnRightMouseDown [set] |
UIElement.MouseEvent | OnRightMouseUp [set] |
UIElement.MouseEvent | OnRightClick [set] |
UIElement.MouseEvent | OnRightDoubleClick [set] |
UIElement.MouseEvent | OnMouseOver [set] |
UIElement.MouseEvent | OnMouseOut [set] |
UIElement.ScrollWheelEvent | OnScrollWheel [set] |
UIElement.ElementEvent | OnUpdate [set] |
bool | IsMouseHovering [get, set, private set] |
Static Private Member Functions | |
static UIPanel | CreateBasicPanel () |
static void | SetBasicSizesForCreativeSacrificeOrInfinitesPanel (UIElement element) |
static void | OffsetRotationsForCogs (float rotationOffset, List< UIImage > cogsList) |
static UserInterface | GetCurrentInterface () |
Static Private Attributes | |
static readonly RasterizerState | OverflowHiddenRasterizerState |
static int | _idCounter |
Definition at line 23 of file UICreativeInfiniteItemsDisplay.cs.