Beispiel #1
0
        public ContactFilter()
        {
            functions = new cb2contactfilter();
            functions.ShouldCollide = ShouldCollideInternal;

            _listener = NativeMethods.cb2contactfilter_create(functions);
        }
Beispiel #2
0
        public ContactFilter()
        {
            functions = new cb2contactfilter();
            functions.ShouldCollide = ShouldCollideInternal;

            _listener = NativeMethods.cb2contactfilter_create(functions);
        }
Beispiel #3
0
 public static extern IntPtr cb2contactfilter_create(cb2contactfilter functions);
Beispiel #4
0
 public static extern IntPtr cb2contactfilter_create(cb2contactfilter functions);