|
My Project
|
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< Triangle > | GetEnumerator () |
Properties | |
| int | Count [get] |
| bool | IsReadOnly [get] |
|
inline |
Gets a triangle from the pool.