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