Method ValidateHtmlTag
ValidateHtmlTag(UnicodeChar[], int, out int)
Function to identify and validate the rich tag. Returns the position of the > if the tag was valid.
Declaration
protected bool ValidateHtmlTag(TMP_Text.UnicodeChar[] chars, int startIndex, out int endIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| UnicodeChar[] | chars | |
| int | startIndex | |
| int | endIndex |
Returns
| Type | Description |
|---|---|
| bool |