示例#1
0
 public static void GLDebugDrawStringInternal(int x, int y, string arg2, SWIGTYPE_p_btVector3 rgb, bool enableBlend, int spacing)
 {
     OpenGLSupportPINVOKE.GLDebugDrawStringInternal__SWIG_0(x, y, arg2, SWIGTYPE_p_btVector3.getCPtr(rgb), enableBlend, spacing);
     if (OpenGLSupportPINVOKE.SWIGPendingException.Pending)
     {
         throw OpenGLSupportPINVOKE.SWIGPendingException.Retrieve();
     }
 }