Axiom.Components.Paging.SimplePageContentCollection.UnLoadImpl C# (CSharp) Méthode

UnLoadImpl() protected méthode

Unload the unit, deallocating any GPU resources.
protected UnLoadImpl ( ) : void
Résultat void
        protected override void UnLoadImpl()
        {
            foreach (PageContent c in mContentList)
                c.Unload();
        }