BEPUphysics.CollisionTests.Manifolds.SphereContactManifold.Remove C# (CSharp) Method

Remove() protected method

protected Remove ( int index ) : void
index int
return void
        protected override void Remove(int index)
        {
            contacts.RemoveAt(index);
            OnRemoved(contact);
        }