-
-
Save gordeev-dmitry/35f406c99dc701d7807915a9b3ebb0c4 to your computer and use it in GitHub Desktop.
ListPool example with using operator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using (var pooledObject = ListPool<Vector2>.Get(out List<Vector3> vertices)) | |
| { | |
| GenerateMesh(vertices); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment