Method ConvertToPackedGtf
ConvertToPackedGtf(IEnumerable<string>, string, ConvertOptions)
Converts the specified DDS files to a packed GTF file.
Declaration
public static void ConvertToPackedGtf(IEnumerable<string> ddsPaths, string gtfPath, ConvertOptions options = (ConvertOptions)0)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | ddsPaths | The paths of the DDS files to read from. |
| string | gtfPath | The path to write the packed GTF file to. |
| ConvertOptions | options | Specifies options for DDS to GTF conversion. |