BulletCSharp.btIDebugDraw.drawCapsule C# (CSharp) Method

drawCapsule() public method

public drawCapsule ( float radius, float halfHeight, int upAxis, btTransform transform, btVector3 color ) : void
radius float
halfHeight float
upAxis int
transform btTransform
color btVector3
return void
        public virtual void drawCapsule(float radius, float halfHeight, int upAxis, btTransform transform, btVector3 color)
        {
            if (SwigDerivedClassHasMethod("drawCapsule", swigMethodTypes19)) LinearMathPINVOKE.btIDebugDraw_drawCapsuleSwigExplicitbtIDebugDraw(swigCPtr, radius, halfHeight, upAxis, btTransform.getCPtr(transform), btVector3.getCPtr(color)); else LinearMathPINVOKE.btIDebugDraw_drawCapsule(swigCPtr, radius, halfHeight, upAxis, btTransform.getCPtr(transform), btVector3.getCPtr(color));
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
        }