FairyGUI.TextField.EnableRichSupport C# (CSharp) Méthode

EnableRichSupport() private méthode

private EnableRichSupport ( RichTextField richTextField ) : void
richTextField RichTextField
Résultat void
        internal void EnableRichSupport(RichTextField richTextField)
        {
            _richTextField = richTextField;
            if (richTextField is InputTextField)
            {
                _input = true;
                EnableCharPositionSupport();
            }
        }