AnimatextTMProOld
Info
typeClass
namespaceAnimatext
inheritanceBaseAnimatext
Properties
Public
scaleSDFfloatThe scale of SDF.
-
textstringThe text of the text component.
overrideBaseAnimatext.text
Methods
Protected
-
Awake()UnityEngine.MonoBehaviour.Awake
overrideBaseAnimatext.Awake
-
GetCharColors(int outputIndex)Color[]Gets color array of the character vertices.
outputIndexThe index of the output text.
overrideBaseAnimatext.GetCharColors
-
GetCharPositions(int outputIndex)Vector3[]Gets position array of the character vertices.
outputIndexThe index of the output text.
overrideBaseAnimatext.GetCharPositions
-
GetOriginText(string inputText)stringGets the origin text of the text component.
inputTextThe text initially entered in the text component.
overrideBaseAnimatext.GetOriginText
-
GetOutputTextInfo(string parsedText)StringInfoGets the parsed string information of the output text.
parsedTextThe parsed text of the Animatext component.
overrideBaseAnimatext.GetOutputTextInfo
-
LateUpdate()UnityEngine.MonoBehaviour.LateUpdate
overrideBaseAnimatext.LateUpdate
-
OnDisable()UnityEngine.MonoBehaviour.OnDisable
overrideBaseAnimatext.OnDisable
-
OnEnable()UnityEngine.MonoBehaviour.OnEnable
overrideBaseAnimatext.OnEnable
-
SetCharColors(int outputIndex, Color[] colors, Color[] originColors)Sets color array of the character vertices.
outputIndexThe index of the output text.
colorsThe current color array of the character vertices.
originColorsThe origin color array of the character vertices.
overrideBaseAnimatext.SetCharColors
-
SetCharPositions(int outputIndex, Vector3[] positions, Vector3[] originPositions)Sets position array of the character vertices.
outputIndexThe index of the output text.
positionsThe current position array of the character vertices.
originPositionsThe origin position array of the character vertices.
overrideBaseAnimatext.SetCharPositions
-
SetComponentDirty()Sets the text as dirty in the text component.
overrideBaseAnimatext.SetComponentDirty
-
UpdateComponentData()Updates text vertex data in text component.
overrideBaseAnimatext.UpdateComponentData
-
UpdateData()Updates text vertex data in text information.
overrideBaseAnimatext.UpdateData
-
UpdateInfo()Updates the text infomation in the Animatext component.
overrideBaseAnimatext.UpdateInfo