C# 클래스 UnityEditor.ParentViewState

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
folders UnityEditor.ParentViewFolder[]
initialSelectedItem int
lv ListViewState
selectedFile int
selectedFolder int
selectedItems bool[]

공개 메소드들

메소드 설명
AddAssetItems ( AssetsItem assets ) : void

비공개 메소드들

메소드 설명
AddAssetItem ( string guid, string pathName, bool isDir, ChangeFlags changeFlags, int changeset ) : void

메소드 상세

AddAssetItems() 공개 메소드

public AddAssetItems ( AssetsItem assets ) : void
assets AssetsItem
리턴 void

프로퍼티 상세

folders 공개적으로 프로퍼티

public ParentViewFolder[],UnityEditor folders
리턴 UnityEditor.ParentViewFolder[]

initialSelectedItem 공개적으로 프로퍼티

public int initialSelectedItem
리턴 int

lv 공개적으로 프로퍼티

public ListViewState,UnityEditor lv
리턴 ListViewState

selectedFile 공개적으로 프로퍼티

public int selectedFile
리턴 int

selectedFolder 공개적으로 프로퍼티

public int selectedFolder
리턴 int

selectedItems 공개적으로 프로퍼티

public bool[] selectedItems
리턴 bool[]