BulletCSharp.btConeShapeX.btConeShapeX C# (CSharp) Méthode

btConeShapeX() private méthode

private btConeShapeX ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
Résultat 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