BEPUphysics.CollisionTests.Manifolds.SphereContactManifold.ClearContacts C# (CSharp) 메소드

ClearContacts() 공개 메소드

Clears the contacts associated with this manifold.
public ClearContacts ( ) : void
리턴 void
        public override void ClearContacts()
        {
            previouslyColliding = false;
            base.ClearContacts();
        }
    }