|
Terraria v1.4.4.9
Terraria source code documentation
|
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) |
Properties | |
| float | OrderPriority [get, set] |
| int | DisplayTextPriority [get, set] |
| bool | HideInPortraitInfo [get, set] |
Private Member Functions | |
| void | AddOnHover (UIElement button) |
| void | ShowButtonName (UIElement element) |
Private Attributes | |
| string | _backgroundImagePath |
| Color? | _backgroundColor |
| Point | _filterIconFrame |
| string | _key |
Static Private Attributes | |
| const int | framesPerRow = 16 |
| const int | framesPerColumn = 5 |
Definition at line 7 of file SpawnConditionBestiaryInfoElement.cs.