terraria-cpp2il
v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
IBestiaryBackgroundOverlayAndColorProvider.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
using
Microsoft.Xna.Framework.Graphics
;
4
using
ReLogic.Content
;
5
6
namespace
Terraria.GameContent.Bestiary
7
{
8
[global::Cpp2ILInjected.Token(Token =
"0x200094D"
)]
9
public
interface
IBestiaryBackgroundOverlayAndColorProvider
10
{
11
[global::Cpp2ILInjected.Token(Token =
"0x60047B1"
)]
12
Asset<Texture2D>
GetBackgroundOverlayImage
();
13
14
[global::Cpp2ILInjected.Token(Token =
"0x60047B2"
)]
15
Color
?
GetBackgroundOverlayColor
();
16
17
[global::Cpp2ILInjected.Token(Token =
"0x17000823"
)]
18
float
DisplayPriority
19
{
20
[global::Cpp2ILInjected.Token(Token =
"0x60047B3"
)]
21
get
;
22
}
23
}
24
}
ReLogic.Content.Asset
Definition
Asset.cs:19
Terraria.GameContent.Bestiary.IBestiaryBackgroundOverlayAndColorProvider.DisplayPriority
float DisplayPriority
Definition
IBestiaryBackgroundOverlayAndColorProvider.cs:19
Terraria.GameContent.Bestiary.IBestiaryBackgroundOverlayAndColorProvider.GetBackgroundOverlayColor
Color? GetBackgroundOverlayColor()
Terraria.GameContent.Bestiary.IBestiaryBackgroundOverlayAndColorProvider.GetBackgroundOverlayImage
Asset< Texture2D > GetBackgroundOverlayImage()
Terraria.GameContent.Bestiary.IBestiaryBackgroundOverlayAndColorProvider
Definition
IBestiaryBackgroundOverlayAndColorProvider.cs:10
Cpp2ILInjected
Definition
AddressAttribute.cs:4
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:5
ReLogic.Content
Definition
Asset.cs:16
System
Definition
__Il2CppComDelegate.cs:6
Terraria.GameContent.Bestiary
Definition
BestiaryDatabase.cs:9
Microsoft.Xna.Framework.Graphics.Color
Definition
Color.cs:54
source
Terraria
GameContent
Bestiary
IBestiaryBackgroundOverlayAndColorProvider.cs
Generated by
1.10.0