C# 클래스 DebugX, Procedural-Generation-Tilemap

상속: MonoBehaviour
파일 보기 프로젝트 열기: robinxb/Procedural-Generation-Tilemap 1 사용 예제들

공개 메소드들

메소드 설명
DrawCube ( Vector3 pos, Color col, Vector3 scale ) : void
DrawPoint ( Vector3 pos, Color col, float scale ) : void
DrawRect ( Rect rect, Color col ) : void
DrawRect ( Rect rect, Color col, float scale ) : void
DrawRect ( Vector3 pos, Color col, Vector3 scale ) : void

메소드 상세

DrawCube() 공개 정적인 메소드

public static DrawCube ( Vector3 pos, Color col, Vector3 scale ) : void
pos Vector3
col Color
scale Vector3
리턴 void

DrawPoint() 공개 정적인 메소드

public static DrawPoint ( Vector3 pos, Color col, float scale ) : void
pos Vector3
col Color
scale float
리턴 void

DrawRect() 공개 정적인 메소드

public static DrawRect ( Rect rect, Color col ) : void
rect Rect
col Color
리턴 void

DrawRect() 공개 정적인 메소드

public static DrawRect ( Rect rect, Color col, float scale ) : void
rect Rect
col Color
scale float
리턴 void

DrawRect() 공개 정적인 메소드

public static DrawRect ( Vector3 pos, Color col, Vector3 scale ) : void
pos Vector3
col Color
scale Vector3
리턴 void