BulletCSharp.btIDebugDraw.drawCone C# (CSharp) Method

drawCone() public method

public drawCone ( float radius, float height, int upAxis, btTransform transform, btVector3 color ) : void
radius float
height float
upAxis int
transform btTransform
color btVector3
return void
        public virtual void drawCone(float radius, float height, int upAxis, btTransform transform, btVector3 color)
        {
            if (SwigDerivedClassHasMethod("drawCone", swigMethodTypes21)) LinearMathPINVOKE.btIDebugDraw_drawConeSwigExplicitbtIDebugDraw(swigCPtr, radius, height, upAxis, btTransform.getCPtr(transform), btVector3.getCPtr(color)); else LinearMathPINVOKE.btIDebugDraw_drawCone(swigCPtr, radius, height, upAxis, btTransform.getCPtr(transform), btVector3.getCPtr(color));
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
        }