Layers are a tool that allows you to separate GameObjects in your scenes. You can use layers through the UI and with scripts to edit how GameObjects within your scene interact with each other.
항목 | 설명 |
---|---|
Unity에서 레이어 사용 | Unity에서 레이어의 일반적인 애플리케이션을 알아봅니다. |
Unity에서 레이어 생성 | Unity에서 레이어를 만들고 게임 오브젝트를 할당하는 방법. |
레이어와 레이어마스크 | 레이어와 레이어마스크의 차이점을 알아봅니다. |
레이어마스크 설정 | API 호출에 사용할 레이어마스크를 올바르게 설정하는 방법. |
레이어마스크에 레이어 추가 | 프로그래밍 방식으로 레이어마스크에 새 레이어를 추가하는 방법. |
레이어마스크에서 레이어 제거 | 프로그래밍 방식으로 레이어마스크에서 레이어를 제거하는 방법. |