Class HierarchyReferenceItem
- Namespace
- CodeStage.Maintainer.References
- Assembly
- Build.dll
Item describing object reference in hierarchy (in scene or prefab).
[Serializable]
public class HierarchyReferenceItem : TreeItem
- Inheritance
-
objectHierarchyReferenceItem
- Inherited Members
Properties
AssetPath
AssetDatabase-compatible path to the asset.
public string AssetPath { get; }
Property Value
- string
Reference
Exact reference description.
public ReferencingEntryData Reference { get; }
Property Value
Methods
Search(string)
protected override bool Search(string searchString)
Parameters
searchStringstring
Returns
- bool