BulletCSharp.btIDebugDraw.SwigDirectordrawCapsule C# (CSharp) Méthode

SwigDirectordrawCapsule() private méthode

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
Résultat 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));
        }