How can I keep a Text entity always parallel to the screen?

In order for a Text entity to always face the camera, simply set the Text.Billboard property to true. Here is a sample code:

Text text = new Text(0, 0, "Hello World", 4);
text.Billboard = true;
Was this article helpful?
1 out of 1 found this helpful

Comments

0 comments

Please sign in to leave a comment.

Articles in this section

See more