C# Class UnityEditor.TrueTypeFontImporterInspector

Inheritance: AssetImporterInspector
显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
OnInspectorGUI ( ) : void

Private Methods

Method Description
CreateEditableCopy ( MenuCommand command ) : void
GetDefaultFontNames ( ) : string
GetFontNames ( ) : string
GetUniquePath ( string basePath, string extension ) : string
OnEnable ( ) : void
SetFontNames ( string fontNames ) : void
ShowFormatUnsupportedGUI ( ) : void
TrueTypeFontImporterInspector ( ) : System

Method Details

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void