public void SetUVs(FbxLayerElementUV pUVs)
 {
     NativeMethods.FbxLayer_SetUVs__SWIG_1(swigCPtr, FbxLayerElementUV.getCPtr(pUVs));
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
 public void SetUVs(FbxLayerElementUV pUVs, FbxLayerElement.EType pTypeIdentifier)
 {
     NativeMethods.FbxLayer_SetUVs__SWIG_0(swigCPtr, FbxLayerElementUV.getCPtr(pUVs), (int)pTypeIdentifier);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
        public bool RemoveElementUV(FbxLayerElementUV pElementUV)
        {
            bool ret = fbx_wrapperPINVOKE.FbxGeometryBase_RemoveElementUV(swigCPtr, FbxLayerElementUV.getCPtr(pElementUV));

            return(ret);
        }
Beispiel #4
0
 public void SetUVs(FbxLayerElementUV pUVs)
 {
     fbx_wrapperPINVOKE.FbxLayer_SetUVs__SWIG_1(swigCPtr, FbxLayerElementUV.getCPtr(pUVs));
 }
Beispiel #5
0
 public void SetUVs(FbxLayerElementUV pUVs, FbxLayerElement.EType pTypeIdentifier)
 {
     fbx_wrapperPINVOKE.FbxLayer_SetUVs__SWIG_0(swigCPtr, FbxLayerElementUV.getCPtr(pUVs), (int)pTypeIdentifier);
 }
Beispiel #6
0
 public void SetUVs(FbxLayerElementUV pUVs)
 {
     FbxWrapperNativePINVOKE.FbxLayer_SetUVs__SWIG_1(swigCPtr, FbxLayerElementUV.getCPtr(pUVs));
 }