C# 클래스 UnityEditor.TabbedEditor

상속: Editor
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

보호된 프로퍼티들

프로퍼티 타입 설명
m_SubEditorNames string[]
m_SubEditorTypes Type[]

공개 메소드들

메소드 설명
HasPreviewGUI ( ) : bool
OnInspectorGUI ( ) : void
OnInteractivePreviewGUI ( Rect r, GUIStyle background ) : void
OnPreviewSettings ( ) : void

보호된 메소드들

메소드 설명
TabbedEditor ( ) : System

비공개 메소드들

메소드 설명
OnDestroy ( ) : void
OnEnable ( ) : void

메소드 상세

HasPreviewGUI() 공개 메소드

public HasPreviewGUI ( ) : bool
리턴 bool

OnInspectorGUI() 공개 메소드

public OnInspectorGUI ( ) : void
리턴 void

OnInteractivePreviewGUI() 공개 메소드

public OnInteractivePreviewGUI ( Rect r, GUIStyle background ) : void
r UnityEngine.Rect
background UnityEngine.GUIStyle
리턴 void

OnPreviewSettings() 공개 메소드

public OnPreviewSettings ( ) : void
리턴 void

TabbedEditor() 보호된 메소드

protected TabbedEditor ( ) : System
리턴 System

프로퍼티 상세

m_SubEditorNames 보호되어 있는 프로퍼티

protected string[] m_SubEditorNames
리턴 string[]

m_SubEditorTypes 보호되어 있는 프로퍼티

protected Type[] m_SubEditorTypes
리턴 Type[]