BulletCSharp.btCylinderShapeX.btCylinderShapeX C# (CSharp) 메소드

btCylinderShapeX() 개인적인 메소드

private btCylinderShapeX ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
리턴 System
        internal btCylinderShapeX(IntPtr cPtr, bool cMemoryOwn)
            : base(BulletCollisionPINVOKE.btCylinderShapeX_SWIGUpcast(cPtr), cMemoryOwn)
        {
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

btCylinderShapeX::btCylinderShapeX ( SWIGTYPE_p_btVector3 halfExtents ) : System