C# Class UnityEditor.GizmoInfo

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
GizmoInfo ( ) : System
Update ( Vector2 point1, Vector2 point2 ) : void
Update ( Vector2 center, float length, float angle ) : void

Private Methods

Method Description
Get2DPlane ( Vector2 firstPoint, float angle ) : Vector4

Method Details

GizmoInfo() public method

public GizmoInfo ( ) : System
return System

Update() public method

public Update ( Vector2 point1, Vector2 point2 ) : void
point1 Vector2
point2 Vector2
return void

Update() public method

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