C# 클래스 UnityPickers.AssetPicker.HierarchyEntry

상속: IComparable
파일 보기 프로젝트 열기: vasyab/UnityPickers

공개 프로퍼티들

프로퍼티 타입 설명
Asset UnityEngine.Object
AssetGuid string
Children List
Expanded bool
Hidden bool
Name string
Parent HierarchyEntry
SearchPath string

공개 메소드들

메소드 설명
CompareTo ( other ) : int
FindAsset ( ) : void

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( other ) : int
리턴 int

FindAsset() 공개 메소드

public FindAsset ( ) : void
리턴 void

프로퍼티 상세

Asset 공개적으로 프로퍼티

public Object,UnityEngine Asset
리턴 UnityEngine.Object

AssetGuid 공개적으로 프로퍼티

public string AssetGuid
리턴 string

Children 공개적으로 프로퍼티

public List Children
리턴 List

Expanded 공개적으로 프로퍼티

public bool Expanded
리턴 bool

Hidden 공개적으로 프로퍼티

public bool Hidden
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Parent 공개적으로 프로퍼티

public HierarchyEntry Parent
리턴 HierarchyEntry

SearchPath 공개적으로 프로퍼티

public string SearchPath
리턴 string