Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TextureImportSetting.Data Class Reference

Public Attributes

TextureFormat format = TextureFormat.ARGB32
 
TextureWrapMode wrapMode
 
FilterMode filterMode
 
bool linear
 
bool mipmap
 
bool alphaIsTransparency = true
 
bool fixTranparency
 
int anisoLevel
 
int mipmapBias
 

Detailed Description

Definition at line 7 of file TextureImportSetting.cs.

Member Data Documentation

◆ alphaIsTransparency

bool TextureImportSetting.Data.alphaIsTransparency = true

Definition at line 19 of file TextureImportSetting.cs.

◆ anisoLevel

int TextureImportSetting.Data.anisoLevel

Definition at line 23 of file TextureImportSetting.cs.

Referenced by IO.LoadPNG().

◆ filterMode

FilterMode TextureImportSetting.Data.filterMode

Definition at line 13 of file TextureImportSetting.cs.

◆ fixTranparency

bool TextureImportSetting.Data.fixTranparency

Definition at line 21 of file TextureImportSetting.cs.

◆ format

TextureFormat TextureImportSetting.Data.format = TextureFormat.ARGB32

Definition at line 9 of file TextureImportSetting.cs.

Referenced by IO.LoadPNG().

◆ linear

bool TextureImportSetting.Data.linear

Definition at line 15 of file TextureImportSetting.cs.

Referenced by IO.LoadPNG().

◆ mipmap

bool TextureImportSetting.Data.mipmap

Definition at line 17 of file TextureImportSetting.cs.

Referenced by IO.LoadPNG().

◆ mipmapBias

int TextureImportSetting.Data.mipmapBias

Definition at line 25 of file TextureImportSetting.cs.

Referenced by IO.LoadPNG().

◆ wrapMode

TextureWrapMode TextureImportSetting.Data.wrapMode

Definition at line 11 of file TextureImportSetting.cs.

Referenced by IO.LoadPNG().


The documentation for this class was generated from the following file: