Enum TextureMetaFile.NinePatchTypes
Nine patch texture type.
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public enum TextureMetaFile.NinePatchTypes
Fields
| Name | Description |
|---|---|
| FromTexture | The texture will be processed as a ninepatch texture. Scalable and fill areas will be extracted from the texture file |
| None | The texture will not be processed as a ninepatch texture |