Class TextureAlphaSettings
Inheritance
System.Object
TextureAlphaSettings
Syntax
[Serializable]
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 |
|