C# Class ExcelToJsonConverterWindow, ExcelToJsonConverter

Inheritance: EditorWindow
Show file Open project: Benzino/ExcelToJsonConverter

Public Properties

Property Type Description
kExcelToJsonConverterInputPathPrefsName string
kExcelToJsonConverterModifiedFilesOnlyPrefsName string
kExcelToJsonConverterOuputPathPrefsName string

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void

Private Methods

Method Description
OnGUI ( ) : void
ShowWindow ( ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Property Details

kExcelToJsonConverterInputPathPrefsName public static property

public static string kExcelToJsonConverterInputPathPrefsName
return string

kExcelToJsonConverterModifiedFilesOnlyPrefsName public static property

public static string kExcelToJsonConverterModifiedFilesOnlyPrefsName
return string

kExcelToJsonConverterOuputPathPrefsName public static property

public static string kExcelToJsonConverterOuputPathPrefsName
return string