XDracam / unity-corelibrary

Collection of classes and extension methods that make life with Unity3D more comfortable
MIT License
15 stars 3 forks source link

ForEach Extension Method with index #39

Closed Eregerog closed 5 years ago

Eregerog commented 5 years ago

An overload of Enumerable's ForEach extension method which counts up an index and thus has the Action<T,int> parameter

XDracam commented 5 years ago

👍