void DrawText( string text, float size, Color color, Vector3 point, TextFlag flags )

Summary

Draws text at a 3D point with the specified size, color, and alignment flags.

void DrawText( string text, float size, Color color, Rect rect, TextFlag flags )

Summary

Draws text within a rectangle with the specified size, color, and alignment flags.

void DrawText( Scope scope, Vector3 point, TextFlag flags )

Summary

Draws text at a 3D point using a prepared TextRendering.Scope.

void DrawText( Scope scope, Rect rect, TextFlag flags )

Summary

Draws text within a rectangle using a prepared TextRendering.Scope.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.