Version: 5.4

TextureImporterGenerateCubemap

enumeration

Switch to Manual

Description

Cubemap generation mode for TextureImporter.

Cubemap textures can be generated from 2D texture using one of these modes.

See Also: TextureImporter.generateCubemap.

Variables

NoneDo not generate cubemap (default).
SpheremapGenerate cubemap from spheremap texture.
CylindricalGenerate cubemap from cylindrical texture.
FullCubemapGenerate cubemap from vertical or horizontal cross texture.
AutoCubemapAutomatically determine type of cubemap generation from the source image.