C# Class NodeInspector.Editor.Connection

Afficher le fichier Open project: nicloay/Node-Inspector Class Usage Examples

Méthodes publiques

Méthode Description
GetInstance ( ) : Connection
OnGUI ( ) : void

Private Methods

Méthode 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 méthode

public static GetInstance ( ) : Connection
Résultat Connection

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void