C# Class ExcelToJsonConverterWindow, ExcelToJsonConverter

Inheritance: EditorWindow
Mostra 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_oe static_oe property

public static string kExcelToJsonConverterInputPathPrefsName
return string

kExcelToJsonConverterModifiedFilesOnlyPrefsName public_oe static_oe property

public static string kExcelToJsonConverterModifiedFilesOnlyPrefsName
return string

kExcelToJsonConverterOuputPathPrefsName public_oe static_oe property

public static string kExcelToJsonConverterOuputPathPrefsName
return string