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

SwigDirectordrawCylinder() 개인적인 메소드

private SwigDirectordrawCylinder ( 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 SwigDirectordrawCylinder(float radius, float halfHeight, int upAxis, IntPtr transform, IntPtr color)
        {
            drawCylinder(radius, halfHeight, upAxis, new btTransform(transform, false), new btVector3(color, false));
        }