BEPUphysics.OtherSpaceStages.BoundingBoxUpdater.Remove C# (CSharp) Method

Remove() public method

Removes an entry from the updater.
public Remove ( BEPUphysics.Collidables.MobileCollidables.MobileCollidable entry ) : void
entry BEPUphysics.Collidables.MobileCollidables.MobileCollidable Entry to remove.
return void
        public void Remove(MobileCollidable entry)
        {
            entries.Remove(entry);
        }
        protected override void UpdateMultithreaded()