BulletCSharp.btIDebugDraw.SwigDirectordrawCapsule C# (CSharp) 메소드

SwigDirectordrawCapsule() 개인적인 메소드

private SwigDirectordrawCapsule ( float radius, float halfHeight, int upAxis, IntPtr transform, IntPtr color ) : void
radius float
halfHeight float
upAxis int
transform System.IntPtr
color System.IntPtr
리턴 void
        private void SwigDirectordrawCapsule(float radius, float halfHeight, int upAxis, IntPtr transform, IntPtr color)
        {
            drawCapsule(radius, halfHeight, upAxis, new btTransform(transform, false), new btVector3(color, false));
        }