C# 클래스 UIPanelTool, TheUnseen

Panel wizard that allows enabling / disabling and selecting panels in the scene.
상속: EditorWindow
파일 보기 프로젝트 열기: henryj41043/TheUnseen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
instance UIPanelTool,

비공개 메소드들

메소드 설명
Compare ( Entry, a, Entry, b ) : int
DrawRow ( Entry, ent, UIPanel, selected, bool isChecked ) : bool

Helper function used to print things in columns.

GetListOfPanels ( ) : List

Collect a list of panels.

GetWidgets ( UIPanel, panel ) : List

Get a list of widgets managed by the specified panel.

GetWidgets ( Transform t, List widgets ) : void

Get a list of widgets managed by the specified transform's children.

OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void

Draw the custom wizard.

OnSelectionChange ( ) : void

프로퍼티 상세

instance 정적으로 공개적으로 프로퍼티

static public UIPanelTool, instance
리턴 UIPanelTool,