Version: 2022.3
LanguageEnglish
  • C#

MeshGenerationContext.DrawText

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public void DrawText(string text, Vector2 pos, float fontSize, Color color, TextCore.Text.FontAsset font);

Parameters

text The text to display.
pos The start position where the text will be displayed.
fontSize The font size to use.
color The text color.
font The font asset to use.

Description

Draw a string of text.