コード例 #1
0
ファイル: FbxImporter.cs プロジェクト: zwiglm/NeoAxisEngine
        public bool GetFrameRate(SWIGTYPE_p_FbxTime__EMode pTimeMode)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxImporter_GetFrameRate(swigCPtr, SWIGTYPE_p_FbxTime__EMode.getCPtr(pTimeMode));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
ファイル: FbxReader.cs プロジェクト: yeluo-vinager/FbxWrapper
        public virtual bool GetFrameRate(SWIGTYPE_p_FbxTime__EMode pTimeMode)
        {
            bool ret = fbx_wrapperPINVOKE.FbxReader_GetFrameRate(swigCPtr, SWIGTYPE_p_FbxTime__EMode.getCPtr(pTimeMode));

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