Unity_1lab/1 laba/Library/PackageCache/com.unity.ugui@58f0e62c6dfa/Documentation~/TextMeshPro/RichTextIndentation.md
lapich_valya 6703b79e92 левел
поменяла расположение стенок над дверьми
2025-09-17 00:33:03 +03:00

538 B

Indentation

The <indent> tag controls the horizontal caret position the same way the <pos> tag does, but the effect persists across lines.

Use this tag to create text patterns, such as bullet points, that work with word-wrapping.

You specify indentation in pixels, font units, or percentages.

Example:

1. <indent=15%>It is useful for things like bullet points.</indent>
2. <indent=15%>It is handy.

Example image
Using indentation to make a list.