示例#1
0
        public SWIGTYPE_p_FbxTexture GetTexture(string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxScene_GetTexture__SWIG_1(swigCPtr, pName);
            SWIGTYPE_p_FbxTexture ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_FbxTexture(cPtr, false);

            return(ret);
        }
示例#2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxTexture obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#3
0
        public bool RemoveTexture(SWIGTYPE_p_FbxTexture pTexture)
        {
            bool ret = fbx_wrapperPINVOKE.FbxScene_RemoveTexture(swigCPtr, SWIGTYPE_p_FbxTexture.getCPtr(pTexture));

            return(ret);
        }