Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

TextureImporterSettings.textureShape

public TextureImporterShape textureShape;

Description

The shape of the imported texture.

The default value is Texture2D. The texture can also be imported as a Cubemap, Texture2DArray or a Texture3D.

Additional resources: TextureImporterShape, Texture Assets.