Ejemplo n.º 1
0
        private static extern IntPtr BulletDebugDraw_Create(DrawLineCallback drawLine, ReportErrorWarningCallback reportWarning
#if FULL_AOT_COMPILE
                                                            , IntPtr instanceHandle
#endif
                                                            );
Ejemplo n.º 2
0
 static CallbackHandler()
 {
     drawLineStorage           = new DrawLineCallback(drawLine);
     reportErrorWarningStorage = new ReportErrorWarningCallback(reportErrorWarning);
 }