Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.Bestiary.SpawnConditionBestiaryInfoElement Class Reference

Public Member Functions

 SpawnConditionBestiaryInfoElement (string nameLanguageKey, int filterIconFrame, string backgroundImagePath=null, Color? backgroundColor=null)
 
Asset< Texture2DGetBackgroundImage ()
 
ColorGetBackgroundColor ()
 
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
 

Detailed Description

Definition at line 7 of file SpawnConditionBestiaryInfoElement.cs.


The documentation for this class was generated from the following file: