Пример #1
0
        public bool SetFlag(string pName, SWIGTYPE_p_FbxPropertyFlags__EFlags propFlag, bool pValue)
        {
            bool ret = fbx_wrapperPINVOKE.FbxIOSettings_SetFlag(swigCPtr, pName, SWIGTYPE_p_FbxPropertyFlags__EFlags.getCPtr(propFlag), pValue);

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