Skip to content

DependencyGraphRenderer

ClassAssetInventoryAssetInventory.Editor
public class DependencyGraphRenderer

No description is available for this type.

public DependencyGraphNode HoveredNode { get; }

No description is available for this member.

Returns

AssetInventory.DependencyGraphNode — No return description is available.

public event Action<DependencyGraphNode> OnNodeDoubleClicked

No description is available for this member.

Returns

System.Action{AssetInventory.DependencyGraphNode} — No return description is available.

public event Action<DependencyGraphNode> OnNodeRightClicked

No description is available for this member.

Returns

System.Action{AssetInventory.DependencyGraphNode} — No return description is available.

public event Action<PackageNode> OnPackageClicked

No description is available for this member.

Returns

System.Action{AssetInventory.PackageNode} — No return description is available.

public event Action<PackageNode> OnPackageDoubleClicked

No description is available for this member.

Returns

System.Action{AssetInventory.PackageNode} — No return description is available.

public event Action<PackageNode> OnPackageRightClicked

No description is available for this member.

Returns

System.Action{AssetInventory.PackageNode} — No return description is available.

public DependencyGraphRenderer()

No description is available for this member.

Render(Rect, DependencyGraphData, ForceDirectedLayout)

Section titled “Render(Rect, DependencyGraphData, ForceDirectedLayout)”
public void Render(Rect viewRect, DependencyGraphData graphData, ForceDirectedLayout layout)

No description is available for this member.

Parameters

Name Type Description
viewRect UnityEngine.Rect
graphData AssetInventory.DependencyGraphData
layout AssetInventory.ForceDirectedLayout
public void FrameAll(Rect viewRect, DependencyGraphData graphData)

No description is available for this member.

Parameters

Name Type Description
viewRect UnityEngine.Rect
graphData AssetInventory.DependencyGraphData
public void FocusOnNode(DependencyGraphNode node)

No description is available for this member.

Parameters

Name Type Description
node AssetInventory.DependencyGraphNode
public void ResetView(DependencyGraphData graphData = null)

No description is available for this member.

Parameters

Name Type Description
graphData AssetInventory.DependencyGraphData
public void SetShowLabels(bool show)

No description is available for this member.

Parameters

Name Type Description
show System.Boolean
public void SetShowIcons(bool show)

No description is available for this member.

Parameters

Name Type Description
show System.Boolean