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

RefreshObjects() private méthode

private RefreshObjects ( ) : void
Résultat void
        internal void RefreshObjects()
        {
            if (UpdateContext.working)
                UpdateContext.OnEnd += _refreshObjectsDelegate;
            else
                InternalRefreshObjects();
        }