terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
IBestiaryBackgroundImagePathAndColorProvider.cs
Go to the documentation of this file.
1
using
System
;
2
using
Microsoft.Xna.Framework.Graphics
;
3
using
ReLogic.Content
;
4
5
namespace
Terraria.GameContent.Bestiary
6
{
7
// Token: 0x0200094B RID: 2379
8
public
interface
IBestiaryBackgroundImagePathAndColorProvider
9
{
10
// Token: 0x060047AE RID: 18350
11
Asset<Texture2D>
GetBackgroundImage
();
12
13
// Token: 0x060047AF RID: 18351
14
Color
?
GetBackgroundColor
();
15
}
16
}
ReLogic.Content.Asset
Definition
Asset.cs:10
Terraria.GameContent.Bestiary.IBestiaryBackgroundImagePathAndColorProvider.GetBackgroundColor
Color? GetBackgroundColor()
Terraria.GameContent.Bestiary.IBestiaryBackgroundImagePathAndColorProvider.GetBackgroundImage
Asset< Texture2D > GetBackgroundImage()
Terraria.GameContent.Bestiary.IBestiaryBackgroundImagePathAndColorProvider
Definition
IBestiaryBackgroundImagePathAndColorProvider.cs:9
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:4
ReLogic.Content
Definition
Asset.cs:7
System
Definition
__ComObject.cs:4
Terraria.GameContent.Bestiary
Definition
BestiaryDatabase.cs:7
Microsoft.Xna.Framework.Graphics.Color
Definition
Color.cs:12
source
Terraria
GameContent
Bestiary
IBestiaryBackgroundImagePathAndColorProvider.cs
Generated by
1.10.0