Inherits MeadowGames.UINodeConnect4.IGraphElement, MeadowGames.UINodeConnect4.ISelectable, MeadowGames.UINodeConnect4.IClickable, MeadowGames.UINodeConnect4.IDraggable, and MeadowGames.UINodeConnect4.IHover.
|
enum | CurveStyle { Spline,
Z_Shape,
Soft_Z_Shape,
Line
} |
|
|
void | OnPointerDown () |
|
void | OnPointerUp () |
|
void | Remove () |
|
void | Select () |
|
void | Unselect () |
|
void | UpdateLine (bool updatePortsIcons=true) |
|
List< Connection > | GetCrossedConnections () |
|
void | OnDrag () |
|
void | OnPointerHoverEnter () |
|
void | OnPointerHoverExit () |
|
void | SetLabel (string value) |
|
void | RemoveLabel () |
|
Connection | Clone () |
|
Connection | CopyVariables () |
|
|
GraphManager | graphManager |
|
Port | port0 |
|
Port | port1 |
|
Color | selectedColor = new Color(1, 0.58f, 0.04f) |
|
Color | hoverColor = new Color(1, 0.81f, 0.3f) |
|
Color | defaultColor = new Color(0.98f, 0.94f, 0.84f) |
|
CurveStyle | curveStyle = CurveStyle.Soft_Z_Shape |
|
ConnectionLabel | label |
|
Line | line |
|
int | Priority => 0 |
|
|
string | ID [get, set] |
|
string | SID [get, set] |
|
Color | ElementColor [get, set] |
|
bool | EnableDrag [get, set] |
|
bool | EnableHover [get, set] |
|
bool | EnableSelect [get, set] |
|
bool | DisableClick [get, set] |
|
string | ID [get, set] |
|
string | SID [get, set] |
|
Color | ElementColor [get, set] |
|
int | Priority [get] |
|
bool | EnableSelect [get, set] |
|
bool | DisableClick [get] |
|
bool | EnableDrag [get, set] |
|
bool | EnableHover [get, set] |
|