Class ConnectionsNodeView
Inheritance
ConnectionsNodeView
Syntax
public static class ConnectionsNodeView
Methods
GetConnectionsTexture(Pair<Vector2Int>[])
Returns a default texture for the connections.
Declaration
public static Texture2D GetConnectionsTexture(Pair<Vector2Int>[] connections)
Parameters
Type |
Name |
Description |
Pair<Vector2Int>[] |
connections |
The connections.
|
Returns
Type |
Description |
Texture2D |
The texture.
|
GetConnectionsTextureData(Pair<Vector2Int>[])
Declaration
public static TextureData GetConnectionsTextureData(Pair<Vector2Int>[] connections)
Parameters
Type |
Name |
Description |
Pair<Vector2Int>[] |
connections |
|
Returns