コード例 #1
0
 public FbxCamera.EGateFit EvaluateValue(FbxTime pTime, bool pForceEval)
 {
     FbxCamera.EGateFit ret = (FbxCamera.EGateFit)NativeMethods.FbxPropertyEGateFit_EvaluateValue__SWIG_0(swigCPtr, FbxTime.getCPtr(pTime), pForceEval);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
コード例 #2
0
 public FbxCamera.EGateFit EvaluateValue()
 {
     FbxCamera.EGateFit ret = (FbxCamera.EGateFit)NativeMethods.FbxPropertyEGateFit_EvaluateValue__SWIG_2(swigCPtr);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
コード例 #3
0
        public FbxPropertyEGateFit Set(FbxCamera.EGateFit pValue)
        {
            FbxPropertyEGateFit ret = new FbxPropertyEGateFit(NativeMethods.FbxPropertyEGateFit_Set(swigCPtr, (int)pValue), false);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }