public bool GetBlendFunction(out aiBlendMode OUTPUT) { bool ret = assimp_swigPINVOKE.aiMaterial_GetBlendFunction(swigCPtr, out OUTPUT); if (assimp_swigPINVOKE.SWIGPendingException.Pending) { throw assimp_swigPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool SetBlendFunction(aiBlendMode INPUT) { bool ret = assimp_swigPINVOKE.aiMaterial_SetBlendFunction(swigCPtr, INPUT); return(ret); }