Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IBestiaryBackgroundImagePathAndColorProvider.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
IBestiaryBackgroundImagePathAndColorProvider
8
{
9
Asset<Texture2D>
GetBackgroundImage
();
10
11
Color
?
GetBackgroundColor
();
12
}
ReLogic.Content.Asset
Definition
Asset.cs:8
Terraria.GameContent.Bestiary.IBestiaryBackgroundImagePathAndColorProvider.GetBackgroundColor
Color? GetBackgroundColor()
Terraria.GameContent.Bestiary.IBestiaryBackgroundImagePathAndColorProvider.GetBackgroundImage
Asset< Texture2D > GetBackgroundImage()
Terraria.GameContent.Bestiary.IBestiaryBackgroundImagePathAndColorProvider
Definition
IBestiaryBackgroundImagePathAndColorProvider.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
IBestiaryBackgroundImagePathAndColorProvider.cs
Generated by
1.10.0