Метод | Описание | |
---|---|---|
DrawText ( string text, |
Paint some text over the active viewport at the indicated position and color
|
|
MeasureText ( string text ) : |
||
PaintLine ( Device device, Canguro line ) : void | ||
PaintLine ( Device device, System.Vector3 iPos, System.Vector3 jPos ) : void | ||
PaintPoint ( Device device, System.Vector3 screenPosition ) : void |
public DrawText ( string text, |
||
text | string | A string containing the text to show |
rect | ||
color | System | Color for the text |
Результат | void |
public MeasureText ( string text ) : |
||
text | string | |
Результат |
public PaintLine ( Device device, Canguro line ) : void | ||
device | Device | |
line | Canguro | |
Результат | void |
public PaintLine ( Device device, System.Vector3 iPos, System.Vector3 jPos ) : void | ||
device | Device | |
iPos | System.Vector3 | |
jPos | System.Vector3 | |
Результат | void |
public PaintPoint ( Device device, System.Vector3 screenPosition ) : void | ||
device | Device | |
screenPosition | System.Vector3 | |
Результат | void |