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

btCapsuleShape() private méthode

private btCapsuleShape ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
Résultat System
        internal btCapsuleShape(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr = new HandleRef(this, cPtr);
            swigWrapPtr = new SWIGTYPE_p_btCollisionShape(cPtr, true);
        }

Same methods

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