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

btConeShapeX() 개인적인 메소드

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

Same methods

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