Click or drag to resize
DigitalRuneDebugRendererDrawText Method
Draws the text to the screen.
Overload List
  NameDescription
Public methodDrawText(String)
Draws the text to the screen.
Public methodDrawText(StringBuilder)
Draws the text to the screen.
Public methodDrawText(String, Vector2F, Color)
Draws a text on a 2D position in screen space.
Public methodDrawText(StringBuilder, Vector2F, Color)
Draws a text on a 2D position in screen space.
Public methodDrawText(String, Vector2F, Vector2F, Color)
Draws a text on a 2D position in screen space.
Public methodDrawText(String, Vector3F, Color, Boolean)
Draws a text on a 3D position in world space.
Public methodDrawText(StringBuilder, Vector2F, Vector2F, Color)
Draws a text on a 2D position in screen space.
Public methodDrawText(StringBuilder, Vector3F, Color, Boolean)
Draws a text on a 3D position in world space.
Public methodDrawText(String, Vector3F, Vector2F, Color, Boolean)
Draws a text on a 3D position in world space.
Public methodDrawText(StringBuilder, Vector3F, Vector2F, Color, Boolean)
Draws a text on a 3D position in world space.
Top
See Also