Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

DownloadedTextureParams

struct in UnityEngine.Networking

/

Implemented in:UnityEngine.UnityWebRequestTextureModule

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

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.