terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
SpawnConditionBestiaryOverlayInfoElement (string nameLanguageKey, int filterIconFrame, [Optional] string overlayImagePath, [Optional] Color? overlayColor) | |
Asset< Texture2D > | GetBackgroundOverlayImage () |
Color? | GetBackgroundOverlayColor () |
UIElement | GetFilterImage () |
string | GetSearchString (BestiaryUICollectionInfo info) |
string | GetDisplayNameKey () |
UIElement | ProvideUIElement (BestiaryUICollectionInfo info) |
void | GetDisplay ([Out] Texture2D texture, [Out] Rectangle frame) |
Public Attributes | |
Point | _filterIconFrame |
Properties | |
float | DisplayPriority [get, set] |
float | OrderPriority [get, set] |
int | DisplayTextPriority [get, set] |
bool | HideInPortraitInfo [get, set] |
Private Member Functions | |
void | AddOnHover (UIElement button) |
void | ShowButtonName (UIElement element) |
void< AddOnHover > | b__18_0 (UIElement e) |
Private Attributes | |
string | _overlayImagePath |
Color? | _overlayColor |
float< DisplayPriority > | k__BackingField |
float< OrderPriority > | k__BackingField |
string | _key |
Static Private Attributes | |
const int | framesPerRow = 16 |
const int | framesPerColumn = 5 |
Definition at line 10 of file SpawnConditionBestiaryOverlayInfoElement.cs.