C# Class UnityPickers.AssetPicker.HierarchyEntry

Inheritance: IComparable
Mostrar archivo 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_oe property

public Object,UnityEngine Asset
return UnityEngine.Object

AssetGuid public_oe property

public string AssetGuid
return string

Children public_oe property

public List Children
return List

Expanded public_oe property

public bool Expanded
return bool

Hidden public_oe property

public bool Hidden
return bool

Name public_oe property

public string Name
return string

Parent public_oe property

public HierarchyEntry Parent
return HierarchyEntry

SearchPath public_oe property

public string SearchPath
return string