C# Class Assets.MissingUnityEvents.Editor.MissingUnityEventsManagerEditorWindow

Inheritance: ConfigPersistableEditorWindow
Show file Open project: handzlikchris/Unity.MissingUnityEvents

Public Methods

Method Description
PercentageWidth ( int percentageWidth ) : GUILayoutOption

Protected Methods

Method Description
OnGUIInternal ( ) : void

Private Methods

Method Description
Awake ( ) : void
CreateTargetDefinitionEditor ( ) : void
EnsureEventConfigEntriesHaveCorrectDllModuleHydrated ( ) : void
EnsurePluginSelected ( ) : void
ExecuteGenerateHelperClasses ( ) : void
ExecuteRecreateConfigMenuAction ( ) : void
ExecuteRevertDllToOriginal ( ) : void
ExecuteShowWindowMenuAction ( ) : void
ExecuteWeaveEventsToDll ( ) : void
GetAssemblyName ( Assembly assy ) : string
RunWeavingExecutable ( string commandLineArgs, bool runAsAdministrator ) : void
SelectHelperFileViaPicker ( ) : void
SelectPluginViaPicker ( ) : void

Method Details

OnGUIInternal() protected method

protected OnGUIInternal ( ) : void
return void

PercentageWidth() public method

public PercentageWidth ( int percentageWidth ) : GUILayoutOption
percentageWidth int
return GUILayoutOption