Ejemplo n.º 1
0
 public FbxLight.EType EvaluateValue(FbxTime pTime, bool pForceEval)
 {
     FbxLight.EType ret = (FbxLight.EType)NativeMethods.FbxPropertyELightType_EvaluateValue__SWIG_0(swigCPtr, FbxTime.getCPtr(pTime), pForceEval);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Ejemplo n.º 2
0
 public FbxLight.EType EvaluateValue()
 {
     FbxLight.EType ret = (FbxLight.EType)NativeMethods.FbxPropertyELightType_EvaluateValue__SWIG_2(swigCPtr);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Ejemplo n.º 3
0
        public FbxPropertyELightType Set(FbxLight.EType pValue)
        {
            FbxPropertyELightType ret = new FbxPropertyELightType(NativeMethods.FbxPropertyELightType_Set(swigCPtr, (int)pValue), false);

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