Click or drag to resize

DDSTextureToolsDDSImage Constructor

Initializes a new instance of the DDSTextureToolsDDSImage class

Namespace: Internal
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public DDSImage(
	DDSTextureToolsDDSImageFormatEnum format,
	DDSTextureToolsDDSImageSurface[] surfaces,
	bool cubemap
)

Parameters

format  DDSTextureToolsDDSImageFormatEnum
 
surfaces  DDSTextureToolsDDSImageSurface
 
cubemap  Boolean
 
See Also