C# 클래스 Mini.Utils, ES2015C

파일 보기 프로젝트 열기: jgirald/ES2015C

공개 메소드들

메소드 설명
DrawScreenRect ( Rect rect, Color color ) : void
DrawScreenRectBorder ( Rect rect, float thickness, Color color ) : void

메소드 상세

DrawScreenRect() 공개 정적인 메소드

public static DrawScreenRect ( Rect rect, Color color ) : void
rect Rect
color Color
리턴 void

DrawScreenRectBorder() 공개 정적인 메소드

public static DrawScreenRectBorder ( Rect rect, float thickness, Color color ) : void
rect Rect
thickness float
color Color
리턴 void