예제 #1
0
        public new static FbxProceduralTexture Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxProceduralTexture_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxProceduralTexture  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxProceduralTexture(cPtr, false);

            return(ret);
        }
예제 #2
0
        public new static FbxProceduralTexture Create(FbxManager pManager, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxProceduralTexture_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
            FbxProceduralTexture  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxProceduralTexture(cPtr, false);

            return(ret);
        }
예제 #3
0
        public bool eq(FbxProceduralTexture pTexture)
        {
            bool ret = fbx_wrapperPINVOKE.FbxProceduralTexture_eq(swigCPtr, FbxProceduralTexture.getCPtr(pTexture));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxProceduralTexture obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }