DDSTextureToolsConvert2DToDDS Method |
Namespace: InternalAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool Convert2DToDDS(
string virtualFileName,
string outputRealFileName,
DDSTextureToolsDDSImageFormatEnum outputFormat,
bool normalMap,
bool generateMipmaps,
out Vector2I sourceFileSize,
out PixelFormat sourceFileFormat,
out string error
)
Parameters
- virtualFileName String
-
- outputRealFileName String
-
- outputFormat DDSTextureToolsDDSImageFormatEnum
-
- normalMap Boolean
-
- generateMipmaps Boolean
-
- sourceFileSize Vector2I
-
- sourceFileFormat PixelFormat
-
- error String
-
Return Value
Boolean
See Also