Enum VisionOSNativeText.HorizontalJustification
Enum defining supported justification modes for text layout.
Namespace: Unity.PolySpatial
Assembly: Unity.PolySpatial.Core.dll
Syntax
public enum VisionOSNativeText.HorizontalJustification
Fields
| Name | Description |
|---|---|
| Center | Center justified text. |
| Justified | General justification as determined by the platform. |
| Left | Left justified text. |
| None | Set no justification for text layout. Will use the closest/best match justification setting on the platform. |
| Right | Right justified text. |