struct in UnityEngine.Networking
/
Implemented in:UnityEngine.UnityWebRequestTextureModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseParameters 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. |