Axiom.Components.Paging.SimplePageContentCollection.UnLoadImpl C# (CSharp) 메소드

UnLoadImpl() 보호된 메소드

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