struct in UnityEngine.Networking
/
Implemented in:UnityEngine.UnityWebRequestTextureModule
Parameters for the texture to be created.
Refer to Texture2D for more details about these parameters.
Default | Returns parameters set to recommended values. It is recommended to use this for the initial values and modify only specific parameters that you need. |
flags | A set of properties the created texture should have. |
linearColorSpace | Check or change the flag for linear color space in flags variable. |
mipmapChain | Check or change the flag for mipmaps in flags variable. |
mipmapCount | Number of mipmaps to generate for the created texture. |
readable | Check or change the flag for readability in flags variable. |