Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IBestiaryBackgroundOverlayAndColorProvider.cs
Go to the documentation of this file.
1
using
Microsoft.Xna.Framework
;
2
using
Microsoft.Xna.Framework.Graphics
;
3
using
ReLogic.Content
;
4
5
namespace
Terraria.GameContent.Bestiary
;
6
7
public
interface
IBestiaryBackgroundOverlayAndColorProvider
8
{
9
float
DisplayPriority
{
get
; }
10
11
Asset<Texture2D>
GetBackgroundOverlayImage
();
12
13
Color
?
GetBackgroundOverlayColor
();
14
}
ReLogic.Content.Asset
Definition
Asset.cs:8
Terraria.GameContent.Bestiary.IBestiaryBackgroundOverlayAndColorProvider.DisplayPriority
float DisplayPriority
Definition
IBestiaryBackgroundOverlayAndColorProvider.cs:9
Terraria.GameContent.Bestiary.IBestiaryBackgroundOverlayAndColorProvider.GetBackgroundOverlayColor
Color? GetBackgroundOverlayColor()
Terraria.GameContent.Bestiary.IBestiaryBackgroundOverlayAndColorProvider.GetBackgroundOverlayImage
Asset< Texture2D > GetBackgroundOverlayImage()
Terraria.GameContent.Bestiary.IBestiaryBackgroundOverlayAndColorProvider
Definition
IBestiaryBackgroundOverlayAndColorProvider.cs:8
Microsoft.Xna.Framework.Graphics
Definition
AlphaTestEffect.cs:1
Microsoft.Xna.Framework
Definition
AlphaTestEffect.cs:1
ReLogic.Content
Definition
IAssetReader.cs:5
Terraria.GameContent.Bestiary
Definition
BestiaryDatabase.cs:5
Microsoft.Xna.Framework.Color
Definition
Color.cs:12
source
Terraria.GameContent.Bestiary
IBestiaryBackgroundOverlayAndColorProvider.cs
Generated by
1.10.0