DependencyGraphNode
public class DependencyGraphNodeNo description is available for this type.
Properties
Section titled “Properties”
AssetFile
Section titled “AssetFile”public AssetFile AssetFile { get; }No description is available for this member.
Returns
AssetInventory.AssetFile — No return description is available.
Position
Section titled “Position”public Vector2 Position { get; set; }No description is available for this member.
Returns
UnityEngine.Vector2 — No return description is available.
Velocity
Section titled “Velocity”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.
IsRoot
Section titled “IsRoot”public bool IsRoot { get; set; }No description is available for this member.
Returns
System.Boolean — No return description is available.
IsExpanded
Section titled “IsExpanded”public bool IsExpanded { get; set; }No description is available for this member.
Returns
System.Boolean — No return description is available.
IsVisible
Section titled “IsVisible”public bool IsVisible { get; set; }No description is available for this member.
Returns
System.Boolean — No return description is available.
IsPartOfCycle
Section titled “IsPartOfCycle”public bool IsPartOfCycle { get; set; }No description is available for this member.
Returns
System.Boolean — No return description is available.
PackageNode
Section titled “PackageNode”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.
OutgoingNodes
Section titled “OutgoingNodes”public List<DependencyGraphNode> OutgoingNodes { get; }No description is available for this member.
Returns
System.Collections.Generic.List{AssetInventory.DependencyGraphNode} — No return description is available.
IncomingNodes
Section titled “IncomingNodes”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.
HiddenDependencyCount
Section titled “HiddenDependencyCount”public int HiddenDependencyCount { get; set; }No description is available for this member.
Returns
System.Int32 — No return description is available.
HasHiddenDependencies
Section titled “HasHiddenDependencies”public bool HasHiddenDependencies { get; }No description is available for this member.
Returns
System.Boolean — No return description is available.
Bounds
Section titled “Bounds”public Rect Bounds { get; set; }No description is available for this member.
Returns
UnityEngine.Rect — No return description is available.
FullBounds
Section titled “FullBounds”public Rect FullBounds { get; set; }No description is available for this member.
Returns
UnityEngine.Rect — No return description is available.
Constructors
Section titled “Constructors”
DependencyGraphNode(AssetFile)
Section titled “DependencyGraphNode(AssetFile)”public DependencyGraphNode(AssetFile assetFile)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
assetFile |
AssetInventory.AssetFile |
Methods
Section titled “Methods”
AddOutgoingEdge(DependencyGraphNode)
Section titled “AddOutgoingEdge(DependencyGraphNode)”public void AddOutgoingEdge(DependencyGraphNode target)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
target |
AssetInventory.DependencyGraphNode | |
ResetForces()
Section titled “ResetForces()”public void ResetForces()No description is available for this member.
ApplyForce(Vector2)
Section titled “ApplyForce(Vector2)”public void ApplyForce(Vector2 force)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
force |
UnityEngine.Vector2 | |
UpdateVelocity(float)
Section titled “UpdateVelocity(float)”public void UpdateVelocity(float damping)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
damping |
System.Single | |
UpdatePosition(float)
Section titled “UpdatePosition(float)”public void UpdatePosition(float deltaTime)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
deltaTime |
System.Single | |
DistanceTo(DependencyGraphNode)
Section titled “DistanceTo(DependencyGraphNode)”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.
ContainsPoint(Vector2)
Section titled “ContainsPoint(Vector2)”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.
GetDisplayName()
Section titled “GetDisplayName()”public string GetDisplayName()No description is available for this member.
Returns
System.String — No return description is available.
ToString()
Section titled “ToString()”public override string ToString()No description is available for this member.
Returns
System.String — No return description is available.