BEPUphysics.NarrowPhaseSystems.Pairs.GroupPairHandler.IPairHandlerParent C# (CSharp) 메소드

IPairHandlerParent() 개인적인 메소드

private IPairHandlerParent ( Contact contact ) : void
contact BEPUphysics.CollisionTests.Contact
리턴 void
        void IPairHandlerParent.OnContactAdded(Contact contact)
        {
            contactCount++;
            OnContactAdded(contact);
        }

Same methods

GroupPairHandler::IPairHandlerParent ( EntitySolverUpdateable addedItem ) : void