728x90
using System.Linq;
void Test()
{
var list = GameObject.FindGameObjectsWithTag("Enemy").OrderBy(
x => Vector2.Distance(transform.position, x.transform.position)
).ToList();
}
728x90
'프로그래밍 > Unity' 카테고리의 다른 글
Unity - Joystick Pack 최초 터치 문제 (0) | 2021.04.16 |
---|---|
Unity - Collider Center & Top 좌표 구하기 (0) | 2021.03.29 |
SoundManagerPro 3 : Next Gen 수정해야 되는 점 (0) | 2021.03.22 |
SoundManagerPro 3 : Next Gen SFX 음량 들쭉 날쭉한 문제 (0) | 2021.03.22 |
Spine Animation - AnimationState 가 null 일 때 (0) | 2021.02.26 |
댓글