===== SetBGVisibility ===== Sets the background visibility of a text object. ELITEAPI_API void __stdcall SetBGVisibility(void* apiObject, const char* name, bool visible); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//name// [in] * The name of the text object. *//visible// [in] * The background visibility state to set the text object to.