BEPUphysics.Constraints.Collision.ContactManifoldConstraint.AddContact C# (CSharp) 메소드

AddContact() 공개 추상적인 메소드

Adds a contact to be managed by the constraint.
public abstract AddContact ( Contact contact ) : void
contact BEPUphysics.CollisionTests.Contact Contact to add.
리턴 void
        public abstract void AddContact(Contact contact);