Class MeshPool
- Namespace
- EPOOutline
- Assembly
- Assembly-CSharp-firstpass.dll
public class MeshPool
- Inheritance
-
MeshPool
- Inherited Members
- Extension Methods
Constructors
MeshPool()
public MeshPool()
Fields
allMeshes
public List<Mesh> allMeshes
Field Value
freeMeshes
public Queue<Mesh> freeMeshes
Field Value
Methods
AllocateMesh()
public Mesh AllocateMesh()
Returns
ReleaseAllMeshes()
public void ReleaseAllMeshes()