|
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
|
Inheritance diagram for Terraria.GameContent.Bestiary.SpawnConditionBestiaryInfoElement:
Collaboration diagram for Terraria.GameContent.Bestiary.SpawnConditionBestiaryInfoElement:Public Member Functions | |
| SpawnConditionBestiaryInfoElement (string nameLanguageKey, int filterIconFrame, string backgroundImagePath=null, Color? backgroundColor=null) | |
| Asset< Texture2D > | GetBackgroundImage () |
| Color? | GetBackgroundColor () |
| UIElement | GetFilterImage () |
| string | GetSearchString (ref BestiaryUICollectionInfo info) |
| string | GetDisplayNameKey () |
| UIElement | ProvideUIElement (BestiaryUICollectionInfo info) |
| void | GetDisplay (out Texture2D texture, out Rectangle frame) |
Public Attributes | |
| Point | _filterIconFrame |
Properties | |
| 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 | _backgroundImagePath |
| Color? | _backgroundColor |
| float< OrderPriority > | k__BackingField |
| string | _key |
Static Private Attributes | |
| const int | framesPerRow = 16 |
| const int | framesPerColumn = 5 |
Definition at line 11 of file SpawnConditionBestiaryInfoElement.cs.