Метод | Описание | |
---|---|---|
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 |
public static DrawCube ( Vector3 pos, Color col, Vector3 scale ) : void | ||
pos | Vector3 | |
col | Color | |
scale | Vector3 | |
Результат | void |
public static DrawPoint ( Vector3 pos, Color col, float scale ) : void | ||
pos | Vector3 | |
col | Color | |
scale | float | |
Результат | void |
public static DrawRect ( Rect rect, Color col ) : void | ||
rect | Rect | |
col | Color | |
Результат | void |
public static DrawRect ( Rect rect, Color col, float scale ) : void | ||
rect | Rect | |
col | Color | |
scale | float | |
Результат | void |
public static DrawRect ( Vector3 pos, Color col, Vector3 scale ) : void | ||
pos | Vector3 | |
col | Color | |
scale | Vector3 | |
Результат | void |