BulletCSharp.btConeShapeZ.btConeShapeZ C# (CSharp) Метод

btConeShapeZ() приватный Метод

private btConeShapeZ ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
Результат System
        internal btConeShapeZ(IntPtr cPtr, bool cMemoryOwn)
            : base(BulletCollisionPINVOKE.btConeShapeZ_SWIGUpcast(cPtr), cMemoryOwn)
        {
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

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