BulletCSharp.btIDebugDraw.SwigDirectordrawBox__SWIG_1 C# (CSharp) Метод

SwigDirectordrawBox__SWIG_1() приватный Метод

private SwigDirectordrawBox__SWIG_1 ( IntPtr bbMin, IntPtr bbMax, IntPtr trans, IntPtr color ) : void
bbMin System.IntPtr
bbMax System.IntPtr
trans System.IntPtr
color System.IntPtr
Результат void
        private void SwigDirectordrawBox__SWIG_1(IntPtr bbMin, IntPtr bbMax, IntPtr trans, IntPtr color)
        {
            drawBox(new btVector3(bbMin, false), new btVector3(bbMax, false), new btTransform(trans, false), new btVector3(color, false));
        }