C# 클래스 UnityEditor.UI.SelfControllerEditor

Base class for custom editors that are for components that implement the SelfControllerEditor interface.

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

공개 메소드들

메소드 설명
OnInspectorGUI ( ) : void

See Editor.OnInspectorGUI.

메소드 상세

OnInspectorGUI() 공개 메소드

See Editor.OnInspectorGUI.

public OnInspectorGUI ( ) : void
리턴 void