C# Class klock.GuiDraw.Gui

显示文件 Open project: k-lock/Unity3D

Public Methods

Method Description
DrawLine ( Vector2 pointA, Vector2 pointB, Color color ) : void
DrawRect ( Rect rect, Color color ) : void

Private Methods

Method Description
HandlesColor ( Color color ) : void

Method Details

DrawLine() public static method

public static DrawLine ( Vector2 pointA, Vector2 pointB, Color color ) : void
pointA UnityEngine.Vector2
pointB UnityEngine.Vector2
color UnityEngine.Color
return void

DrawRect() public static method

public static DrawRect ( Rect rect, Color color ) : void
rect UnityEngine.Rect
color UnityEngine.Color
return void