DownloadedTextureParams

struct in UnityEngine.Networking

/

Implemented in:UnityEngine.UnityWebRequestTextureModule

Description

Parameters for the texture to be created.

Refer to Texture2D for more details about these parameters.

Static Properties

DefaultReturns parameters set to recommended values. It is recommended to use this for the initial values and modify only specific parameters that you need.

Properties

flagsA set of properties the created texture should have.
linearColorSpaceCheck or change the flag for linear color space in flags variable.
mipmapChainCheck or change the flag for mipmaps in flags variable.
mipmapCountNumber of mipmaps to generate for the created texture.
readableCheck or change the flag for readability in flags variable.

Did you find this page useful? Please give it a rating: