![]() |
Dungeon Architect
17.0.0
|
A graph link is a directional connection between two graph nodes More...
Public Member Functions | |
| void | OnEnable () |
| float | GetTangentStrength () |
| Determines the spring strength of the link. It reduces as it gets smaller to draw good looking link at any distance More... | |
Properties | |
| int | Id [get, set] |
| The ID of the link More... | |
| GraphPin | Input [get, set] |
| The input pin this link originates from More... | |
| GraphPin | Output [get, set] |
| The output pin this link points to More... | |
| Graph | Graph [get, set] |
| The graph this link belongs to More... | |
A graph link is a directional connection between two graph nodes
Definition at line 11 of file GraphLink.cs.
| float DungeonArchitect.Graphs.GraphLink.GetTangentStrength | ( | ) |
Determines the spring strength of the link.
It reduces as it gets smaller to draw good looking link at any distance
Definition at line 99 of file GraphLink.cs.
|
getset |
The graph this link belongs to
Definition at line 70 of file GraphLink.cs.
|
getset |
The ID of the link
Definition at line 18 of file GraphLink.cs.
|
getset |
The input pin this link originates from
Definition at line 36 of file GraphLink.cs.
|
getset |
The output pin this link points to
Definition at line 53 of file GraphLink.cs.