Skip to content

DependencyGraphNode

ClassAssetInventoryAssetInventory.Editor
public class DependencyGraphNode

No description is available for this type.

public AssetFile AssetFile { get; }

No description is available for this member.

Returns

AssetInventory.AssetFile — No return description is available.

public Vector2 Position { get; set; }

No description is available for this member.

Returns

UnityEngine.Vector2 — No return description is available.

public Vector2 Velocity { get; set; }

No description is available for this member.

Returns

UnityEngine.Vector2 — No return description is available.

public Vector2 Force { get; set; }

No description is available for this member.

Returns

UnityEngine.Vector2 — No return description is available.

public bool IsRoot { get; set; }

No description is available for this member.

Returns

System.Boolean — No return description is available.

public bool IsExpanded { get; set; }

No description is available for this member.

Returns

System.Boolean — 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 IsPartOfCycle { get; set; }

No description is available for this member.

Returns

System.Boolean — No return description is available.

public PackageNode PackageNode { get; set; }

No description is available for this member.

Returns

AssetInventory.PackageNode — No return description is available.

public int Depth { get; set; }

No description is available for this member.

Returns

System.Int32 — No return description is available.

public List<DependencyGraphNode> OutgoingNodes { get; }

No description is available for this member.

Returns

System.Collections.Generic.List{AssetInventory.DependencyGraphNode} — No return description is available.

public List<DependencyGraphNode> IncomingNodes { get; }

No description is available for this member.

Returns

System.Collections.Generic.List{AssetInventory.DependencyGraphNode} — No return description is available.

public float Size { get; set; }

No description is available for this member.

Returns

System.Single — 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 Texture2D Icon { get; set; }

No description is available for this member.

Returns

UnityEngine.Texture2D — No return description is available.

public int HiddenDependencyCount { get; set; }

No description is available for this member.

Returns

System.Int32 — No return description is available.

public bool HasHiddenDependencies { get; }

No description is available for this member.

Returns

System.Boolean — No return description is available.

public Rect Bounds { get; set; }

No description is available for this member.

Returns

UnityEngine.Rect — No return description is available.

public Rect FullBounds { get; set; }

No description is available for this member.

Returns

UnityEngine.Rect — No return description is available.

public DependencyGraphNode(AssetFile assetFile)

No description is available for this member.

Parameters

Name Type Description
assetFile AssetInventory.AssetFile

public void AddOutgoingEdge(DependencyGraphNode target)

No description is available for this member.

Parameters

Name Type Description
target AssetInventory.DependencyGraphNode
public void ResetForces()

No description is available for this member.

public void ApplyForce(Vector2 force)

No description is available for this member.

Parameters

Name Type Description
force UnityEngine.Vector2
public void UpdateVelocity(float damping)

No description is available for this member.

Parameters

Name Type Description
damping System.Single
public void UpdatePosition(float deltaTime)

No description is available for this member.

Parameters

Name Type Description
deltaTime System.Single
public float DistanceTo(DependencyGraphNode other)

No description is available for this member.

Parameters

Name Type Description
other AssetInventory.DependencyGraphNode

Returns

System.Single — No return description is available.

public bool ContainsPoint(Vector2 point)

No description is available for this member.

Parameters

Name Type Description
point UnityEngine.Vector2

Returns

System.Boolean — No return description is available.

public string GetDisplayName()

No description is available for this member.

Returns

System.String — No return description is available.

public override string ToString()

No description is available for this member.

Returns

System.String — No return description is available.