Exemplo n.º 1
0
 public void FillTextureArray(SWIGTYPE_p_FbxArrayT_FbxTexture_p_t pTextureArray)
 {
     FbxWrapperNativePINVOKE.FbxScene_FillTextureArray(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxTexture_p_t.getCPtr(pTextureArray));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public FbxLayerElementArray assign(SWIGTYPE_p_FbxArrayT_FbxTexture_p_t pArrayTemplate)
        {
            FbxLayerElementArray ret = new FbxLayerElementArray(fbx_wrapperPINVOKE.DirectArrayFbxTexturePtr_assign__SWIG_0(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxTexture_p_t.getCPtr(pArrayTemplate)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxArrayT_FbxTexture_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 4
0
 public FbxLayerElementArray assign(SWIGTYPE_p_FbxArrayT_FbxTexture_p_t pArrayTemplate)
 {
     FbxLayerElementArray ret = new FbxLayerElementArray(FbxWrapperNativePINVOKE.FbxLayerElementArrayTemplateFbxTexturePtr_assign__SWIG_0(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxTexture_p_t.getCPtr(pArrayTemplate)), false);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }