C# 클래스 EgoNewEventEditor, EgoCS

상속: EditorWindow
파일 보기 프로젝트 열기: andoowhy/EgoCS

공개 프로퍼티들

프로퍼티 타입 설명
newEventName string

공개 메소드들

메소드 설명
CreateEvent ( ) : void
DrawCreateEventButton ( ) : void
DrawEventName ( ) : void
OnGUI ( ) : void

비공개 메소드들

메소드 설명
NewEventWindow ( ) : void

메소드 상세

CreateEvent() 공개 메소드

public CreateEvent ( ) : void
리턴 void

DrawCreateEventButton() 공개 메소드

public DrawCreateEventButton ( ) : void
리턴 void

DrawEventName() 공개 메소드

public DrawEventName ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

프로퍼티 상세

newEventName 공개적으로 프로퍼티

public string newEventName
리턴 string