Renders one or more strings in the 3D scene.
For best performance, avoid creating lots of batches with only a few strings each. See the Batching Performance Overview.
InitializeWithGraphicsFont | Initializes a marker batch primitive with the specified font. This is equivalent to constructing a text batch with the specified font and a Set Hint of Frequent . |
InitializeWithGraphicsFontAndSetHint | Initializes a marker batch primitive with the specified font and setHint. |
InitializeWithGraphicsFontAndSetHint2d | Initializes a text batch primitive with the specified font and setHint, optimized for 2d screen space rendering. |