C# 클래스 UnityEditor.UI.ButtonEditor

Custom Editor for the Button Component. Extend this class to write a custom editor for a component derived from Button.
상속: UnityEditor.UI.SelectableEditor
파일 보기 프로젝트 열기: nintendaii/unity-background-service

공개 메소드들

메소드 설명
OnInspectorGUI ( ) : void

보호된 메소드들

메소드 설명
OnEnable ( ) : void

메소드 상세

OnEnable() 보호된 메소드

protected OnEnable ( ) : void
리턴 void

OnInspectorGUI() 공개 메소드

public OnInspectorGUI ( ) : void
리턴 void