DependencyGraphRenderer
public class DependencyGraphRendererNo description is available for this type.
Properties
Section titled “Properties”
HoveredNode
Section titled “HoveredNode”public DependencyGraphNode HoveredNode { get; }No description is available for this member.
Returns
AssetInventory.DependencyGraphNode — No return description is available.
Events
Section titled “Events”
OnNodeDoubleClicked
Section titled “OnNodeDoubleClicked”public event Action<DependencyGraphNode> OnNodeDoubleClickedNo description is available for this member.
Returns
System.Action{AssetInventory.DependencyGraphNode} — No return description is available.
OnNodeRightClicked
Section titled “OnNodeRightClicked”public event Action<DependencyGraphNode> OnNodeRightClickedNo description is available for this member.
Returns
System.Action{AssetInventory.DependencyGraphNode} — No return description is available.
OnPackageClicked
Section titled “OnPackageClicked”public event Action<PackageNode> OnPackageClickedNo description is available for this member.
Returns
System.Action{AssetInventory.PackageNode} — No return description is available.
OnPackageDoubleClicked
Section titled “OnPackageDoubleClicked”public event Action<PackageNode> OnPackageDoubleClickedNo description is available for this member.
Returns
System.Action{AssetInventory.PackageNode} — No return description is available.
OnPackageRightClicked
Section titled “OnPackageRightClicked”public event Action<PackageNode> OnPackageRightClickedNo description is available for this member.
Returns
System.Action{AssetInventory.PackageNode} — No return description is available.
Constructors
Section titled “Constructors”
DependencyGraphRenderer()
Section titled “DependencyGraphRenderer()”public DependencyGraphRenderer()No description is available for this member.
Methods
Section titled “Methods”
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 | |
FrameAll(Rect, DependencyGraphData)
Section titled “FrameAll(Rect, DependencyGraphData)”public void FrameAll(Rect viewRect, DependencyGraphData graphData)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
viewRect |
UnityEngine.Rect | |
graphData |
AssetInventory.DependencyGraphData | |
FocusOnNode(DependencyGraphNode)
Section titled “FocusOnNode(DependencyGraphNode)”public void FocusOnNode(DependencyGraphNode node)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
node |
AssetInventory.DependencyGraphNode | |
ResetView(DependencyGraphData)
Section titled “ResetView(DependencyGraphData)”public void ResetView(DependencyGraphData graphData = null)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
graphData |
AssetInventory.DependencyGraphData | |
SetShowLabels(bool)
Section titled “SetShowLabels(bool)”public void SetShowLabels(bool show)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
show |
System.Boolean | |
SetShowIcons(bool)
Section titled “SetShowIcons(bool)”public void SetShowIcons(bool show)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
show |
System.Boolean |