Tex.SetLoadingFallback
static void SetLoadingFallback(Tex loadingTexture)
This is the texture that all Tex objects will fall back to by default if they are still loading. Assigning a texture here that isn’t fully loaded will cause the app to block until it is loaded.
Tex loadingTexture | Any valid texture here is fine. Preferably loaded already, but doesn’t have to be. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!