Class TextureImporterPlatformSettings
Inheritance
TextureImporterPlatformSettings
Assembly: UnityEditor.dll
Syntax
[Serializable]
public sealed class TextureImporterPlatformSettings
Properties
|
Improve this Doc
View Source
allowsAlphaSplitting
Declaration
public bool allowsAlphaSplitting { get; set; }
Property Value
|
Improve this Doc
View Source
androidETC2FallbackOverride
Declaration
public AndroidETC2FallbackOverride androidETC2FallbackOverride { get; set; }
Property Value
|
Improve this Doc
View Source
compressionQuality
Declaration
public int compressionQuality { get; set; }
Property Value
|
Improve this Doc
View Source
crunchedCompression
Declaration
public bool crunchedCompression { get; set; }
Property Value
|
Improve this Doc
View Source
format
Declaration
public TextureImporterFormat format { get; set; }
Property Value
|
Improve this Doc
View Source
maxTextureSize
Declaration
public int maxTextureSize { get; set; }
Property Value
|
Improve this Doc
View Source
name
Declaration
public string name { get; set; }
Property Value
|
Improve this Doc
View Source
overridden
Declaration
public bool overridden { get; set; }
Property Value
|
Improve this Doc
View Source
resizeAlgorithm
Declaration
public TextureResizeAlgorithm resizeAlgorithm { get; set; }
Property Value
|
Improve this Doc
View Source
textureCompression
Declaration
public TextureImporterCompression textureCompression { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CopyTo(TextureImporterPlatformSettings)
Declaration
public void CopyTo(TextureImporterPlatformSettings target)
Parameters
Extension Methods