|
Elin Decompiled Documentation EA 23.229 Stable 1st Anniversary Patch 2
|
Public Attributes | |
| TextureFormat | format = TextureFormat.ARGB32 |
| TextureWrapMode | wrapMode |
| FilterMode | filterMode |
| bool | linear |
| bool | mipmap |
| bool | alphaIsTransparency = true |
| bool | fixTranparency |
| int | anisoLevel |
| int | mipmapBias |
Definition at line 7 of file TextureImportSetting.cs.
| bool TextureImportSetting.Data.alphaIsTransparency = true |
Definition at line 19 of file TextureImportSetting.cs.
| int TextureImportSetting.Data.anisoLevel |
Definition at line 23 of file TextureImportSetting.cs.
Referenced by IO.LoadPNG().
| FilterMode TextureImportSetting.Data.filterMode |
Definition at line 13 of file TextureImportSetting.cs.
| bool TextureImportSetting.Data.fixTranparency |
Definition at line 21 of file TextureImportSetting.cs.
| TextureFormat TextureImportSetting.Data.format = TextureFormat.ARGB32 |
Definition at line 9 of file TextureImportSetting.cs.
Referenced by IO.LoadPNG().
| bool TextureImportSetting.Data.linear |
Definition at line 15 of file TextureImportSetting.cs.
Referenced by IO.LoadPNG().
| bool TextureImportSetting.Data.mipmap |
Definition at line 17 of file TextureImportSetting.cs.
Referenced by IO.LoadPNG().
| int TextureImportSetting.Data.mipmapBias |
Definition at line 25 of file TextureImportSetting.cs.
Referenced by IO.LoadPNG().
| TextureWrapMode TextureImportSetting.Data.wrapMode |
Definition at line 11 of file TextureImportSetting.cs.
Referenced by IO.LoadPNG().