C# Class EgoNewEventEditor, EgoCS

Inheritance: EditorWindow
Mostrar archivo Open project: andoowhy/EgoCS

Public Properties

Property Type Description
newEventName string

Public Methods

Method Description
CreateEvent ( ) : void
DrawCreateEventButton ( ) : void
DrawEventName ( ) : void
OnGUI ( ) : void

Private Methods

Method Description
NewEventWindow ( ) : void

Method Details

CreateEvent() public method

public CreateEvent ( ) : void
return void

DrawCreateEventButton() public method

public DrawCreateEventButton ( ) : void
return void

DrawEventName() public method

public DrawEventName ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

newEventName public_oe property

public string newEventName
return string