コード例 #1
0
        public virtual bool Store(SWIGTYPE_p_FbxIO pFileObject, bool pLegacyVersion)
        {
            bool ret = fbx_wrapperPINVOKE.FbxAnimCurveBase_Store__SWIG_0(swigCPtr, SWIGTYPE_p_FbxIO.getCPtr(pFileObject), pLegacyVersion);

            return(ret);
        }
コード例 #2
0
        public virtual bool Retrieve(SWIGTYPE_p_FbxIO pFileObject)
        {
            bool ret = fbx_wrapperPINVOKE.FbxAnimCurveBase_Retrieve(swigCPtr, SWIGTYPE_p_FbxIO.getCPtr(pFileObject));

            return(ret);
        }
コード例 #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxIO obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }