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
IInGameNotification.cs
Go to the documentation of this file.
1
using
System
;
2
using
Microsoft.Xna.Framework
;
3
using
Microsoft.Xna.Framework.Graphics
;
4
5
namespace
Terraria.UI
6
{
7
// Token: 0x020006E1 RID: 1761
8
public
interface
IInGameNotification
9
{
10
// Token: 0x17000757 RID: 1879
11
// (get) Token: 0x06003B1F RID: 15135
12
object
CreationObject
{
get
; }
13
14
// Token: 0x17000758 RID: 1880
15
// (get) Token: 0x06003B20 RID: 15136
16
bool
ShouldBeRemoved
{
get
; }
17
18
// Token: 0x06003B21 RID: 15137
19
void
Update
();
20
21
// Token: 0x06003B22 RID: 15138
22
void
DrawInGame
(
SpriteBatch
spriteBatch,
Vector2
bottomAnchorPosition
);
23
24
// Token: 0x06003B23 RID: 15139
25
void
PushAnchor
(
Vector2
positionAnchorBottom
);
26
27
// Token: 0x06003B24 RID: 15140
28
void
DrawInNotificationsArea
(
SpriteBatch
spriteBatch,
Rectangle
area
,
int
gamepadPointLocalIndexTouse
);
29
}
30
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Microsoft.Xna.Framework.Graphics.SpriteBatch
Definition
SpriteBatch.cs:14
Terraria.UI.IInGameNotification.PushAnchor
void PushAnchor(Vector2 positionAnchorBottom)
Terraria.UI.IInGameNotification.CreationObject
object CreationObject
Definition
IInGameNotification.cs:12
Terraria.UI.IInGameNotification.DrawInNotificationsArea
void DrawInNotificationsArea(SpriteBatch spriteBatch, Rectangle area, int gamepadPointLocalIndexTouse)
Terraria.UI.IInGameNotification.DrawInGame
void DrawInGame(SpriteBatch spriteBatch, Vector2 bottomAnchorPosition)
Terraria.UI.IInGameNotification.Update
void Update()
Terraria.UI.IInGameNotification.ShouldBeRemoved
bool ShouldBeRemoved
Definition
IInGameNotification.cs:16
Terraria.UI.IInGameNotification
Definition
IInGameNotification.cs:9
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:4
Microsoft.Xna.Framework
Definition
AudioChannels.cs:4
System
Definition
__ComObject.cs:4
Terraria.UI
Definition
Alignment.cs:5
Microsoft.Xna.Framework.Rectangle
Definition
Rectangle.cs:9
Microsoft.Xna.Framework.Vector2
Definition
Vector2.cs:10
source
Terraria
UI
IInGameNotification.cs
Generated by
1.10.0