FairyGUI.RichTextField.GetHtmlElementAt C# (CSharp) Méthode

GetHtmlElementAt() public méthode

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