C# 클래스 UnityEditor.GizmoInfo

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
GizmoInfo ( ) : System
Update ( Vector2 point1, Vector2 point2 ) : void
Update ( Vector2 center, float length, float angle ) : void

비공개 메소드들

메소드 설명
Get2DPlane ( Vector2 firstPoint, float angle ) : Vector4

메소드 상세

GizmoInfo() 공개 메소드

public GizmoInfo ( ) : System
리턴 System

Update() 공개 메소드

public Update ( Vector2 point1, Vector2 point2 ) : void
point1 Vector2
point2 Vector2
리턴 void

Update() 공개 메소드

public Update ( Vector2 center, float length, float angle ) : void
center Vector2
length float
angle float
리턴 void