void ScreenText( string text, Vector2 pos, string font, float size, TextFlag flags )

Summary

Draw text

void ScreenText( Scope text, Vector2 pos, TextFlag flags )

Summary

Draw text with a text rendering scope for more text rendering customization.

void ScreenText( string text, Vector3 worldPos, Vector2 offset, string font, float size, TextFlag flags )

Summary

Draw text on screen at a 3d position

void ScreenText( Scope text, Vector3 worldPos, Vector2 offset, TextFlag flags )

Summary

Draw text on screen at a 3d position with a text rendering scope for more text rendering customization.

void ScreenText( Scope text, Rect rect, float angle, TextFlag flags )

Summary

Draw text at an angle
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.