Show / Hide Table of Contents

Class TextureImporterPlatformSettings

Inheritance
Object
TextureImporterPlatformSettings
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
[Serializable]
public sealed class TextureImporterPlatformSettings

Properties

| Improve this Doc View Source

allowsAlphaSplitting

Declaration
public bool allowsAlphaSplitting { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

androidETC2FallbackOverride

Declaration
public AndroidETC2FallbackOverride androidETC2FallbackOverride { get; set; }
Property Value
Type Description
AndroidETC2FallbackOverride
| Improve this Doc View Source

compressionQuality

Declaration
public int compressionQuality { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

crunchedCompression

Declaration
public bool crunchedCompression { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

format

Declaration
public TextureImporterFormat format { get; set; }
Property Value
Type Description
TextureImporterFormat
| Improve this Doc View Source

maxTextureSize

Declaration
public int maxTextureSize { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

name

Declaration
public string name { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

overridden

Declaration
public bool overridden { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

resizeAlgorithm

Declaration
public TextureResizeAlgorithm resizeAlgorithm { get; set; }
Property Value
Type Description
TextureResizeAlgorithm
| Improve this Doc View Source

textureCompression

Declaration
public TextureImporterCompression textureCompression { get; set; }
Property Value
Type Description
TextureImporterCompression

Methods

| Improve this Doc View Source

CopyTo(TextureImporterPlatformSettings)

Declaration
public void CopyTo(TextureImporterPlatformSettings target)
Parameters
Type Name Description
TextureImporterPlatformSettings target

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX