Class TextureAlphaSettings
Inheritance
System.Object
TextureAlphaSettings
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 TextureAlphaSettings : ITextureSettings
Constructors
TextureAlphaSettings()
Declaration
public TextureAlphaSettings()
TextureAlphaSettings(TextureImporterAlphaSource, Single)
Declaration
public TextureAlphaSettings(TextureImporterAlphaSource alphaSource, float alphaTolerance)
Parameters
| Type | Name | Description |
|---|---|---|
| TextureImporterAlphaSource | alphaSource | |
| System.Single | alphaTolerance |
Properties
alphaSource
Declaration
public TextureImporterAlphaSource alphaSource { get; set; }
Property Value
| Type | Description |
|---|---|
| TextureImporterAlphaSource |
alphaTolerance
Declaration
public float alphaTolerance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |