Class TextureMipmapSettings
Inheritance
System.Object
TextureMipmapSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEditor.Experimental.U2D.Common
Syntax
public class TextureMipmapSettings : ITextureSettings
Constructors
TextureMipmapSettings()
Declaration
public TextureMipmapSettings()
TextureMipmapSettings(TextureImporterMipFilter, Boolean, Boolean, Boolean, Int32, Int32)
Declaration
public TextureMipmapSettings(TextureImporterMipFilter filter, bool borderMipmap, bool fadeout, bool preserveCoverage, int fadeDistanceStart, int fadeDistanceEnd)
Parameters
| Type | Name | Description |
|---|---|---|
| TextureImporterMipFilter | filter | |
| System.Boolean | borderMipmap | |
| System.Boolean | fadeout | |
| System.Boolean | preserveCoverage | |
| System.Int32 | fadeDistanceStart | |
| System.Int32 | fadeDistanceEnd |
Properties
borderMipmap
Declaration
public bool borderMipmap { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
fadeDistanceEnd
Declaration
public int fadeDistanceEnd { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
fadeDistanceStart
Declaration
public int fadeDistanceStart { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
fadeout
Declaration
public bool fadeout { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
filter
Declaration
public TextureImporterMipFilter filter { get; set; }
Property Value
| Type | Description |
|---|---|
| TextureImporterMipFilter |
preserveCoverage
Declaration
public bool preserveCoverage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |