C# 클래스 Assets.Scripts.Utils.Editor.TaggedGameObjectsLister

상속: EditorWindow
파일 보기 프로젝트 열기: nubick/unity-utils

공개 메소드들

메소드 설명
OnGUI ( ) : void
TaggedGameObjectsLister ( ) : System.Collections.Generic
UpdateList ( string tag ) : void

비공개 메소드들

메소드 설명
DrawComponents ( ) : void
DrawSearchPanel ( ) : void
Launch ( ) : void

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

TaggedGameObjectsLister() 공개 메소드

public TaggedGameObjectsLister ( ) : System.Collections.Generic
리턴 System.Collections.Generic

UpdateList() 공개 메소드

public UpdateList ( string tag ) : void
tag string
리턴 void