C# Class NodeInspector.Editor.Connection

Mostrar archivo Open project: nicloay/Node-Inspector Class Usage Examples

Public Methods

Method Description
GetInstance ( ) : Connection
OnGUI ( ) : void

Private Methods

Method Description
DrawBezier ( Vector2 startPoint, Vector2 startTangent, Vector2 endPoint, Vector2 endTangent, Color color, float width ) : void
GetBezierTangent ( Vector2 startPoint, Vector2 startTangent, Vector2 endPoint, Vector2 endTangent, Vector2 &startTangentLocation, Vector2 &endTangentLocation ) : void

Method Details

GetInstance() public static method

public static GetInstance ( ) : Connection
return Connection

OnGUI() public method

public OnGUI ( ) : void
return void