Enum TextureDimension
Specifies the dimension of a GTF texture.
Namespace: GtfDdsSharp
Assembly: GtfDdsSharp.dll
Syntax
public enum TextureDimension : byte
Fields
| Name | Description |
|---|---|
| OneDimensional | The texture is one-dimensional. |
| ThreeDimensional | The texture is three-dimensional. |
| TwoDimensional | The texture is two-dimensional. |