public ContactListener() { functions = new cb2contactlistener(); functions.BeginContact = BeginContactInternal; functions.EndContact = EndContactInternal; functions.PreSolve = PreSolveInternal; functions.PostSolve = PostSolveInternal; _listener = NativeMethods.cb2contactlistener_create(functions); }
public static extern IntPtr cb2contactlistener_create(cb2contactlistener functions);