C# Class UnityPickers.AssetPicker.HierarchyEntry

Inheritance: IComparable
Show file Open project: vasyab/UnityPickers

Public Properties

Property Type Description
Asset UnityEngine.Object
AssetGuid string
Children List
Expanded bool
Hidden bool
Name string
Parent HierarchyEntry
SearchPath string

Public Methods

Method Description
CompareTo ( other ) : int
FindAsset ( ) : void

Method Details

CompareTo() public method

public CompareTo ( other ) : int
return int

FindAsset() public method

public FindAsset ( ) : void
return void

Property Details

Asset public property

public Object,UnityEngine Asset
return UnityEngine.Object

AssetGuid public property

public string AssetGuid
return string

Children public property

public List Children
return List

Expanded public property

public bool Expanded
return bool

Hidden public property

public bool Hidden
return bool

Name public property

public string Name
return string

Parent public property

public HierarchyEntry Parent
return HierarchyEntry

SearchPath public property

public string SearchPath
return string