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

btCapsuleShapeZ() 개인적인 메소드

private btCapsuleShapeZ ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
리턴 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