Skip to content

DependencyGraphEdge

ClassAssetInventoryAssetInventory.Editor
public class DependencyGraphEdge

No description is available for this type.

public DependencyGraphNode Source { get; }

No description is available for this member.

Returns

AssetInventory.DependencyGraphNode — No return description is available.

public DependencyGraphNode Target { get; }

No description is available for this member.

Returns

AssetInventory.DependencyGraphNode — No return description is available.

public bool IsVisible { get; set; }

No description is available for this member.

Returns

System.Boolean — No return description is available.

public bool IsCrossDependency { get; set; }

No description is available for this member.

Returns

System.Boolean — No return description is available.

public bool IsPartOfCycle { get; set; }

No description is available for this member.

Returns

System.Boolean — No return description is available.

public Color Color { get; set; }

No description is available for this member.

Returns

UnityEngine.Color — No return description is available.

public float Width { get; set; }

No description is available for this member.

Returns

System.Single — No return description is available.

DependencyGraphEdge(DependencyGraphNode, DependencyGraphNode)

Section titled “DependencyGraphEdge(DependencyGraphNode, DependencyGraphNode)”
public DependencyGraphEdge(DependencyGraphNode source, DependencyGraphNode target)

No description is available for this member.

Parameters

Name Type Description
source AssetInventory.DependencyGraphNode
target AssetInventory.DependencyGraphNode

public bool ShouldRender()

No description is available for this member.

Returns

System.Boolean — No return description is available.

public override string ToString()

No description is available for this member.

Returns

System.String — No return description is available.