10.9. Text

Text is 2D like HTML, not a 3D object. You can mainly display text as UI.  It is drawn with priority over 3D objects.

../_images/operation_text_1.png

Unlike Unity, the X and Y coordinates that indicate the position are expressed with the upper left as (0, 0), just like HTML, for the sake of clarity. Also, due to Unity’s specifications, 2D objects are actually 3D objects, so they can be rotated using the X and Y coordinates. (X and Y coordinates are automatically set)

../_images/prop_common_2.png

Text, of course, also supports animation projects.