Enum Texture2DUtility.TextureScaleMode
Texture scale mode options.
Namespace: StansAssets.Foundation
Assembly: cs.temp.dll.dll
Syntax
public enum TextureScaleMode
Fields
Name | Description |
---|---|
Average | Average |
Bilinear | Bilinear |
Nearest | Nearest. |