Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
SpawnConditionDecorativeOverlayInfoElement (string overlayImagePath=null, Color? overlayColor=null) | |
Asset< Texture2D > | GetBackgroundOverlayImage () |
Color? | GetBackgroundOverlayColor () |
UIElement | ProvideUIElement (BestiaryUICollectionInfo info) |
Properties | |
float | DisplayPriority [get, set] |
Private Attributes | |
string | _overlayImagePath |
Color? | _overlayColor |
Definition at line 8 of file SpawnConditionDecorativeOverlayInfoElement.cs.