C# 클래스 NodeInspector.Editor.Connection

파일 보기 프로젝트 열기: nicloay/Node-Inspector 1 사용 예제들

공개 메소드들

메소드 설명
GetInstance ( ) : Connection
OnGUI ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : Connection
리턴 Connection

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void