C# 클래스 FullInspector.BackupService.fiBackupEditorWindow

The backup editor window.
상속: EditorWindow
파일 보기 프로젝트 열기: jacobdufault/fullinspector 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NameFilter string

공개 메소드들

메소드 설명
FindComponentInstance ( Type componentType ) : Component

비공개 메소드들

메소드 설명
OnGUI ( ) : void
PassesFilter ( Object target ) : bool
ShowWindow ( ) : void
Targets ( IEnumerable backups ) : IEnumerable

메소드 상세

FindComponentInstance() 공개 메소드

public FindComponentInstance ( Type componentType ) : Component
componentType System.Type
리턴 UnityEngine.Component

프로퍼티 상세

NameFilter 공개적으로 프로퍼티

public string NameFilter
리턴 string