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
IPooledParticle.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Terraria.Graphics.Renderers
4
{
5
// Token: 0x02000752 RID: 1874
6
public
interface
IPooledParticle
:
IParticle
7
{
8
// Token: 0x17000784 RID: 1924
9
// (get) Token: 0x06003DB7 RID: 15799
10
bool
IsRestingInPool
{
get
; }
11
12
// Token: 0x06003DB8 RID: 15800
13
void
RestInPool
();
14
15
// Token: 0x06003DB9 RID: 15801
16
void
FetchFromPool
();
17
}
18
}
Terraria.Graphics.Renderers.IParticle
Definition
IParticle.cs:8
Terraria.Graphics.Renderers.IPooledParticle.FetchFromPool
void FetchFromPool()
Terraria.Graphics.Renderers.IPooledParticle.RestInPool
void RestInPool()
Terraria.Graphics.Renderers.IPooledParticle.IsRestingInPool
bool IsRestingInPool
Definition
IPooledParticle.cs:10
Terraria.Graphics.Renderers.IPooledParticle
Definition
IPooledParticle.cs:7
System
Definition
__ComObject.cs:4
Terraria.Graphics.Renderers
Definition
ABasicParticle.cs:9
source
Terraria
Graphics
Renderers
IPooledParticle.cs
Generated by
1.10.0