Table of Contents

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
object
HierarchyReferenceItem
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

ReferencingEntryData

Methods

Search(string)

protected override bool Search(string searchString)

Parameters

searchString string

Returns

bool