Пример #1
0
        public bool GetDisplayLevel(int pEl, SWIGTYPE_p_FbxLODGroup__EDisplayLevel pValue)
        {
            bool ret = fbx_wrapperPINVOKE.FbxLODGroup_GetDisplayLevel(swigCPtr, pEl, SWIGTYPE_p_FbxLODGroup__EDisplayLevel.getCPtr(pValue));

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