Class TextMesh
Assembly: UnityEngine.dll
Syntax
[RequireComponent(typeof(Transform), typeof(MeshRenderer))]
public sealed class TextMesh : Component
Properties
alignment
Declaration
public TextAlignment alignment { get; set; }
Property Value
anchor
Declaration
public TextAnchor anchor { get; set; }
Property Value
characterSize
Declaration
public float characterSize { get; set; }
Property Value
color
Declaration
public Color color { get; set; }
Property Value
font
Declaration
public Font font { get; set; }
Property Value
fontSize
Declaration
public int fontSize { get; set; }
Property Value
fontStyle
Declaration
public FontStyle fontStyle { get; set; }
Property Value
lineSpacing
Declaration
public float lineSpacing { get; set; }
Property Value
offsetZ
Declaration
public float offsetZ { get; set; }
Property Value
richText
Declaration
public bool richText { get; set; }
Property Value
tabSize
Declaration
public float tabSize { get; set; }
Property Value
text
Declaration
public string text { get; set; }
Property Value
Extension Methods