-
Notifications
You must be signed in to change notification settings - Fork 2
Linq
DucNV_2000 edited this page Oct 31, 2024
·
2 revisions
High performance Linq for Unity
Improved performance when using Linq with Mobile (il2cpp).
To use it instead of using System.Linq change it to VirtueSky.Linq
It will be a little different from System.Linq that Select
is replaced with Map
, and Where
is changed to Filter