Ejemplo n.º 1
0
        /// <summary>
        /// Call after the owner of this structure finishes reconstructing itself
        /// </summary>
        internal void ClearPostReconstruction()
        {
            GeometryBlock = null;             // just in case

            BlockOffset.Value  = 0;
            BlockSize.Value    = 0;
            SectionSize.Value  = 0;
            ResourceSize.Value = 0;
            Resources.DeleteAll();
            Original.Value             = 0;
            RuntimeSectionOffset.Value = 0;
            RuntimeLinked.Value        = 0;
            RuntimeLoaded.Value        = 0;
            RuntimeCacheIndex.Value    = 0;
        }