public new static FbxLayeredTexture Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxLayeredTexture_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxLayeredTexture     ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayeredTexture(cPtr, false);

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

            return(ret);
        }
        public bool eq(FbxLayeredTexture pOther)
        {
            bool ret = fbx_wrapperPINVOKE.FbxLayeredTexture_eq(swigCPtr, FbxLayeredTexture.getCPtr(pOther));

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