BulletCSharp.btCompoundShape.getChildShape C# (CSharp) Method

getChildShape() public method

public getChildShape ( int index ) : SWIGTYPE_p_btCollisionShape
index int
return SWIGTYPE_p_btCollisionShape
        public SWIGTYPE_p_btCollisionShape getChildShape(int index)
        {
            IntPtr cPtr = BulletCollisionPINVOKE.btCompoundShape_getChildShape__SWIG_0(swigCPtr, index);
            SWIGTYPE_p_btCollisionShape ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_btCollisionShape(cPtr, false);
            return ret;
        }