My Project
Loading...
Searching...
No Matches
Classes | Public Member Functions | Properties | List of all members
TriangleNet.TrianglePool Class Reference
Inheritance diagram for TriangleNet.TrianglePool:

Public Member Functions

Triangle Get ()
 Gets a triangle from the pool.
 
void Release (Triangle triangle)
 
TrianglePool Restart ()
 Restart the triangle pool.
 
void Add (Triangle item)
 
void Clear ()
 
bool Contains (Triangle item)
 
void CopyTo (Triangle[] array, int index)
 
bool Remove (Triangle item)
 
IEnumerator< TriangleGetEnumerator ()
 

Properties

int Count [get]
 
bool IsReadOnly [get]
 

Member Function Documentation

◆ Get()

Triangle TriangleNet.TrianglePool.Get ( )
inline

Gets a triangle from the pool.

Returns

The documentation for this class was generated from the following file: