Axiom.Components.Paging.SimplePageContentCollection.UnLoadImpl C# (CSharp) Method

UnLoadImpl() protected method

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