C# Class DebugX, Procedural-Generation-Tilemap

Inheritance: MonoBehaviour
Afficher le fichier Open project: robinxb/Procedural-Generation-Tilemap Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static DrawCube ( Vector3 pos, Color col, Vector3 scale ) : void
pos Vector3
col Color
scale Vector3
Résultat void

DrawPoint() public static méthode

public static DrawPoint ( Vector3 pos, Color col, float scale ) : void
pos Vector3
col Color
scale float
Résultat void

DrawRect() public static méthode

public static DrawRect ( Rect rect, Color col ) : void
rect Rect
col Color
Résultat void

DrawRect() public static méthode

public static DrawRect ( Rect rect, Color col, float scale ) : void
rect Rect
col Color
scale float
Résultat void

DrawRect() public static méthode

public static DrawRect ( Vector3 pos, Color col, Vector3 scale ) : void
pos Vector3
col Color
scale Vector3
Résultat void