Created
July 1, 2017 20:21
-
-
Save unity3dcollege/91c469b70f9a48af1928dbf99553ea07 to your computer and use it in GitHub Desktop.
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
var coinsByDistance = allCoins.OrderBy(Vector3.Distance(transform.position, t.transform.position); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment