FairyGUI.RichTextField.GetHtmlElementAt C# (CSharp) Method

GetHtmlElementAt() public method

public GetHtmlElementAt ( int index ) : HtmlElement
index int
return FairyGUI.Utils.HtmlElement
        public HtmlElement GetHtmlElementAt(int index)
        {
            return textField.htmlElements[index];
        }