BEPUphysics.CollisionTests.CollisionAlgorithms.TrianglePairTester.GenerateContactCandidate C# (CSharp) 메소드

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

Generates a contact between the triangle and convex.
public abstract GenerateContactCandidate ( TinyStructList &contactList ) : bool
contactList TinyStructList Contact between the shapes, if any.
리턴 bool
        public abstract bool GenerateContactCandidate(out TinyStructList<ContactData> contactList);