유니티 list1 유니티 Array, List, Dic , Call by Reference, Call by Value ▣설명: 동일한 타입의 데이터가 연속적으로 메모리에 저장되는 자료구조입니다. 특징: 고정 크기: 배열의 크기는 선언 시 고정됩니다. 빠른 접근: 인덱스를 통해 빠르게 접근할 수 있습니다. 단점: 크기가 고정되어 있어 유연성이 떨어집니다. 예시: int[] numbers = new int[5]; https://learn.microsoft.com/en-us/dotnet/api/system.array?view=net-8.0 Array Class (System)Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays in the common lan.. 2024. 8. 31. 이전 1 다음