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;
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;
This content is available only to customers with an active subscription. Please ensure your subscription is current to access this article.
Please sign in to access this article.
If you believe this is an error, please contact our support team for assistance.
Comments
Please sign in to leave a comment.