Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPooledParticle.cs
Go to the documentation of this file.
1
namespace
Terraria.Graphics.Renderers
;
2
3
public
interface
IPooledParticle
:
IParticle
4
{
5
bool
IsRestingInPool
{
get
; }
6
7
void
RestInPool
();
8
9
void
FetchFromPool
();
10
}
Terraria.Graphics.Renderers.IParticle
Definition
IParticle.cs:6
Terraria.Graphics.Renderers.IPooledParticle.FetchFromPool
void FetchFromPool()
Terraria.Graphics.Renderers.IPooledParticle.RestInPool
void RestInPool()
Terraria.Graphics.Renderers.IPooledParticle.IsRestingInPool
bool IsRestingInPool
Definition
IPooledParticle.cs:5
Terraria.Graphics.Renderers.IPooledParticle
Definition
IPooledParticle.cs:4
Terraria.Graphics.Renderers
Definition
ABasicParticle.cs:5
source
Terraria.Graphics.Renderers
IPooledParticle.cs
Generated by
1.10.0