Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DDSImporter

Texture importer lets you modify Texture2D import settings for DDS textures from editor scripts.
Read time 4 minutesLast updated 4 days ago

Definition

Warning
Removed. DDSImporter is obsolete. Use IHVImageFormatImporter instead
public sealed class DDSImporter : AssetImporter

Properties

Property

Description

isReadableIs texture data readable from scripts.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.