C# 클래스 NugetForUnity.NuspecEditor

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

공개 메소드들

메소드 설명
OnEnable ( ) : void

Automatically called by Unity when the Inspector is first opened (when a .nuspec file is clicked on in the Project view).

OnInspectorGUI ( ) : void

Allow the Inspector GUI to behave as normal if it's NOT a .nuspec file.

보호된 메소드들

메소드 설명
OnHeaderGUI ( ) : void

Use the Header GUI to draw the controls since the Inspector GUI method call is disabled by Unity.

메소드 상세

OnEnable() 공개 메소드

Automatically called by Unity when the Inspector is first opened (when a .nuspec file is clicked on in the Project view).
public OnEnable ( ) : void
리턴 void

OnHeaderGUI() 보호된 메소드

Use the Header GUI to draw the controls since the Inspector GUI method call is disabled by Unity.
protected OnHeaderGUI ( ) : void
리턴 void

OnInspectorGUI() 공개 메소드

Allow the Inspector GUI to behave as normal if it's NOT a .nuspec file.
public OnInspectorGUI ( ) : void
리턴 void