C# Class DebugX, Procedural-Generation-Tilemap

Inheritance: MonoBehaviour
Mostra file Open project: robinxb/Procedural-Generation-Tilemap Class Usage Examples

Public Methods

Method Description
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

Method Details

DrawCube() public static method

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

DrawPoint() public static method

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

DrawRect() public static method

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

DrawRect() public static method

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

DrawRect() public static method

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