BulletCSharp.btIDebugDraw.draw3dText C# (CSharp) Method

draw3dText() public method

public draw3dText ( btVector3 location, string textString ) : void
location btVector3
textString string
return void
        public virtual void draw3dText(btVector3 location, string textString)
        {
            if (SwigDerivedClassHasMethod("draw3dText", swigMethodTypes8)) LinearMathPINVOKE.btIDebugDraw_draw3dTextSwigExplicitbtIDebugDraw(swigCPtr, btVector3.getCPtr(location), textString); else LinearMathPINVOKE.btIDebugDraw_draw3dText(swigCPtr, btVector3.getCPtr(location), textString);
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
        }