C# Class FullInspector.BackupService.fiBackupEditorWindow

The backup editor window.
Inheritance: EditorWindow
Exibir arquivo Open project: jacobdufault/fullinspector Class Usage Examples

Public Properties

Property Type Description
NameFilter string

Public Methods

Method Description
FindComponentInstance ( Type componentType ) : Component

Private Methods

Method Description
OnGUI ( ) : void
PassesFilter ( Object target ) : bool
ShowWindow ( ) : void
Targets ( IEnumerable backups ) : IEnumerable

Method Details

FindComponentInstance() public method

public FindComponentInstance ( Type componentType ) : Component
componentType System.Type
return UnityEngine.Component

Property Details

NameFilter public_oe property

public string NameFilter
return string