Version: Unity 6.7 Alpha (6000.7)
LanguageEnglish
  • C#

TextElement

class in UnityEngine.TextCore.Text

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Base class for all text elements like Character and SpriteCharacter.

Properties

Property Description
elementType The type of text element which can be a character or sprite.
glyph The glyph used by this text element.
glyphIndex The index of the glyph used by this text element.
scale The relative scale of the character.
textAsset The Text Asset to which this Text Element belongs.
unicode The unicode value (code point) of the character.