ENUM
TextureQuality
link GraphQL Schema definition
- enum TextureQuality {
 - }
 
    link Require by
- ModelAssetsA container for all of the assets associated with a model. The elements within this will generally implement Asset and/or AssetBundle in order to provide links for downloading the Asset. Once these links are generated they will often only be valid for a short period of time (which may be checked via `validUntil`) so they should be downloaded immediately or a new request for the url should be sent.
 - TextureAn image which may be mapped onto a 3D geometry.