Lib.image.use.UseFallbackTexture - tixl3d/tixl GitHub Wiki
Automatically replaces a non-loadable texture with a predefined backup. For example to define a backup if a [LoadImageFromUrl] cannot be reached due to a lack of Internet.
Needs a [LoadImage].
Useful combinations: [UnsplashAPI]
| Name (Relevancy & Type) | Description |
|---|---|
| TextureA (Texture2DRequired) | Main Texture input |
| Fallback (Texture2DRequired) | Input for Backup / Fallback texture |
| Name | Type |
|---|---|
| Output | T3.Core.DataTypes.Texture2D |
⚠ Everything else is automatically generated and will be overwritten regularly.