Exemple #1
0
        public DirectArrayFbxSurfaceMaterialPtr assign(DirectArrayFbxSurfaceMaterialPtr pArrayTemplate)
        {
            DirectArrayFbxSurfaceMaterialPtr ret = new DirectArrayFbxSurfaceMaterialPtr(fbx_wrapperPINVOKE.DirectArrayFbxSurfaceMaterialPtr_assign__SWIG_1(swigCPtr, DirectArrayFbxSurfaceMaterialPtr.getCPtr(pArrayTemplate)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(DirectArrayFbxSurfaceMaterialPtr obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #3
0
        public DirectArrayFbxSurfaceMaterialPtr GetDirectArray()
        {
            DirectArrayFbxSurfaceMaterialPtr ret = new DirectArrayFbxSurfaceMaterialPtr(fbx_wrapperPINVOKE.FbxLayerElementTemplateFbxSurfaceMaterialPtr_GetDirectArray__SWIG_0(swigCPtr), false);

            return(ret);
        }