MaxWidthBehavior
Introduction
The MaxWidthBehavior controls how the Text object displays its DisplayText when it is longer than the MaxWidth. MaxWidthBehavior is an enumeration. Available values are:
Chop
Wrap
The default behavior is Chop.
Code Example
The following code creates 2 Text objects. It assumes a 3D camera.
Last updated