BulletCSharp.btCapsuleShapeZ.btCapsuleShapeZ C# (CSharp) Method

btCapsuleShapeZ() private method

private btCapsuleShapeZ ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal btCapsuleShapeZ(IntPtr cPtr, bool cMemoryOwn)
            : base(BulletCollisionPINVOKE.btCapsuleShapeZ_SWIGUpcast(cPtr), cMemoryOwn)
        {
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

btCapsuleShapeZ::btCapsuleShapeZ ( float radius, float height ) : System