示例#1
0
 public void SetAmbientColor(FbxColor pAmbientColor)
 {
     FbxWrapperNativePINVOKE.FbxGlobalSettings_SetAmbientColor(swigCPtr, FbxColor.getCPtr(pAmbientColor));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public void SetDefaultColor(FbxColor pColor)
 {
     fbx_wrapperPINVOKE.FbxMarker_SetDefaultColor(swigCPtr, FbxColor.getCPtr(pColor));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
 public void SetFogColor(FbxColor pColor)
 {
     fbx_wrapperPINVOKE.FbxGlobalLightSettings_SetFogColor(swigCPtr, FbxColor.getCPtr(pColor));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetLast(FbxColor pItem)
 {
     fbx_wrapperPINVOKE.DirectArrayFbxColor_SetLast(swigCPtr, FbxColor.getCPtr(pItem));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#5
0
 public void SetColor(FbxColor pColor)
 {
     FbxWrapperNativePINVOKE.FbxMediaClip_SetColor(swigCPtr, FbxColor.getCPtr(pColor));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#6
0
        public bool ne(FbxColor pColor)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxColor_ne(swigCPtr, FbxColor.getCPtr(pColor));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#7
0
        public bool eq(FbxColor pColor)
        {
            bool ret = fbx_wrapperPINVOKE.FbxColor_eq(swigCPtr, FbxColor.getCPtr(pColor));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public int Add(FbxColor pItem)
        {
            int ret = fbx_wrapperPINVOKE.DirectArrayFbxColor_Add(swigCPtr, FbxColor.getCPtr(pItem));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public bool RemoveIt(FbxColor pItem)
        {
            bool ret = fbx_wrapperPINVOKE.DirectArrayFbxColor_RemoveIt(swigCPtr, FbxColor.getCPtr(pItem));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#10
0
        public bool SetLimbNodeColor(FbxColor pColor)
        {
            bool ret = fbx_wrapperPINVOKE.FbxSkeleton_SetLimbNodeColor(swigCPtr, FbxColor.getCPtr(pColor));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#11
0
 public void SetLast(FbxColor pItem)
 {
     FbxWrapperNativePINVOKE.FbxLayerElementArrayTemplateFbxColor_SetLast(swigCPtr, FbxColor.getCPtr(pItem));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#12
0
        public int InsertAt(int pIndex, FbxColor pItem)
        {
            int ret = FbxWrapperNativePINVOKE.FbxLayerElementArrayTemplateFbxColor_InsertAt(swigCPtr, pIndex, FbxColor.getCPtr(pItem));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#13
0
        public bool RemoveIt(FbxColor pItem)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxLayerElementArrayTemplateFbxColor_RemoveIt(swigCPtr, FbxColor.getCPtr(pItem));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#14
0
        public FbxColor GetDefaultColor(FbxColor pColor)
        {
            FbxColor ret = new FbxColor(fbx_wrapperPINVOKE.FbxMarker_GetDefaultColor(swigCPtr, FbxColor.getCPtr(pColor)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#15
0
        public FbxColor assign(FbxColor pColor)
        {
            FbxColor ret = new FbxColor(FbxWrapperNativePINVOKE.FbxColor_assign__SWIG_0(swigCPtr, FbxColor.getCPtr(pColor)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public int FindBefore(int pBeforeIndex, FbxColor pItem)
        {
            int ret = fbx_wrapperPINVOKE.DirectArrayFbxColor_FindBefore(swigCPtr, pBeforeIndex, FbxColor.getCPtr(pItem));

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