|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| SpawnConditionBestiaryOverlayInfoElement (string nameLanguageKey, int filterIconFrame, string overlayImagePath=null, Color? overlayColor=null) | |
| Asset< Texture2D > | GetBackgroundOverlayImage () |
| Color? | GetBackgroundOverlayColor () |
| UIElement | GetFilterImage () |
| string | GetSearchString (ref BestiaryUICollectionInfo info) |
| string | GetDisplayNameKey () |
| UIElement | ProvideUIElement (BestiaryUICollectionInfo info) |
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) |
Private Attributes | |
| string | _overlayImagePath |
| Color? | _overlayColor |
| Point | _filterIconFrame |
| string | _key |
Static Private Attributes | |
| const int | framesPerRow = 16 |
| const int | framesPerColumn = 5 |
Definition at line 7 of file SpawnConditionBestiaryOverlayInfoElement.cs.