コード例 #1
0
        public virtual bool ContentReadFrom(SWIGTYPE_p_FbxStream pStream)
        {
            bool ret = fbx_wrapperPINVOKE.FbxObject_ContentReadFrom(swigCPtr, SWIGTYPE_p_FbxStream.getCPtr(pStream));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxStream obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }