본문 바로가기
개발/Unity

Unity) MenuItem (Check Menu)

by 테샤르 2023. 1. 9.

MenuItem (Check Menu)

 

Unity Editor에 Custom Menu를 사용하다가 Toogle 형태의 Menu가 필요한 상황이 생겼다.

따로 Custom EditorWindow를 만들어도 되지만 Unity의 기능이 있어서 해당 기능으로 간단하게 사용했다.

 

Menu.SetChecked / Menu.GetChecked 를 통해서 생성이 가능하다.

 

반응형

예시는 다음과 같다.

'Menu.SetCheck'를 여러개로 처리를 해서 Toggle 처럼 단일 선택도 가능하다.

 

 

Unity Editor Menu : [링크]

 

Unity - Scripting API: Menu

Success! Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable. Close

docs.unity3d.com

 

Customising Unity Menu Bar : [링크]

 

Customising Unity’s Menu Bar using MenuItem

Sharing Unity tips to help others (and myself) learn!

hugecalf-studios.github.io

 

★☆☆☆☆

 

반응형

댓글