Large parts of the scripting API have disappeared from the manual in 2019.2 and still gone in 2019.3
for example, EventSystems are gone from scripting API in 2019.1 they are here
I Also searched the unity site at https://docs.unity3d.com/2019.2 in case I just had a corrupted local copy, the Unity hosted docs are missing large parts of the scripting API.
The entire UnityEngine.UI section of the scripting reference appears to have been removed. This is probably related to it having been removed from the engine and placed in a package. Though the packageās documentation page says to refer to the now missing scripting reference.
Still same problem: Iām a newbie and many tutorials suggest using RawImage. Iām using 2021.3 LTS and it is still available, but I cannot do much if documentation is missing. Iām willing to switch to a more modern alternative, but to do that I would need the RawImage page to tell āthis is obsolete: please use BLABLABLA insteadā.