Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DownloadedTextureParams

Parameters for the texture to be created.
Read time 1 minuteLast updated 6 days ago

Definition

public struct DownloadedTextureParams

Remarks

Refer to Texture2D for more details about these parameters.

Fields

Value

Description

flagsA set of properties the created texture should have.
mipmapCountNumber of mipmaps to generate for the created texture.

Properties

Property

Description

linearColorSpaceCheck or change the flag for linear color space in DownloadedTextureParams.flags variable.
mipmapChainCheck or change the flag for mipmaps in DownloadedTextureParams.flags variable.
readableCheck or change the flag for readability in DownloadedTextureParams.flags variable.

Static Properties

Property

Description

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