Method | Description | |
---|---|---|
DrawCube ( Vector3 center, Vector3 size ) : void | ||
DrawFrustum ( Vector3 center, float fov, float maxRange, float minRange, float aspect ) : void | ||
DrawGUITexture ( |
||
DrawGUITexture ( |
||
DrawGUITexture ( |
||
DrawGUITexture ( |
||
DrawIcon ( Vector3 center, string name ) : void | ||
DrawIcon ( Vector3 center, string name, bool allowScaling ) : void | ||
DrawLine ( Vector3 from, Vector3 to ) : void | ||
DrawRay ( |
||
DrawRay ( Vector3 from, Vector3 direction ) : void | ||
DrawSphere ( Vector3 center, float radius ) : void | ||
DrawWireCube ( Vector3 center, Vector3 size ) : void | ||
DrawWireSphere ( Vector3 center, float radius ) : void |
public static DrawCube ( Vector3 center, Vector3 size ) : void | ||
center | Vector3 | |
size | Vector3 | |
return | void |
public static DrawFrustum ( Vector3 center, float fov, float maxRange, float minRange, float aspect ) : void | ||
center | Vector3 | |
fov | float | |
maxRange | float | |
minRange | float | |
aspect | float | |
return | void |
public static DrawGUITexture ( |
||
screenRect | ||
texture | ||
return | void |
public static DrawGUITexture ( |
||
screenRect | ||
texture | ||
mat | ||
return | void |
public static DrawGUITexture ( |
||
screenRect | ||
texture | ||
leftBorder | int | |
rightBorder | int | |
topBorder | int | |
bottomBorder | int | |
return | void |
public static DrawGUITexture ( |
||
screenRect | ||
texture | ||
leftBorder | int | |
rightBorder | int | |
topBorder | int | |
bottomBorder | int | |
mat | ||
return | void |
public static DrawIcon ( Vector3 center, string name ) : void | ||
center | Vector3 | |
name | string | |
return | void |
public static DrawIcon ( Vector3 center, string name, bool allowScaling ) : void | ||
center | Vector3 | |
name | string | |
allowScaling | bool | |
return | void |
public static DrawLine ( Vector3 from, Vector3 to ) : void | ||
from | Vector3 | |
to | Vector3 | |
return | void |
public static DrawRay ( Vector3 from, Vector3 direction ) : void | ||
from | Vector3 | |
direction | Vector3 | |
return | void |
public static DrawSphere ( Vector3 center, float radius ) : void | ||
center | Vector3 | |
radius | float | |
return | void |
public static DrawWireCube ( Vector3 center, Vector3 size ) : void | ||
center | Vector3 | |
size | Vector3 | |
return | void |
public static DrawWireSphere ( Vector3 center, float radius ) : void | ||
center | Vector3 | |
radius | float | |
return | void |