TextureImporterGenerateCubemap
Cubemap generation mode for TextureImporter.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum TextureImporterGenerateCubemap
Remarks
Cubemap textures can be generated from 2D texture using one of these modes.
Additional Resources: TextureImporter.generateCubemap.
Fields
Value | Description |
|---|---|
| AutoCubemap | Automatically determine type of cubemap generation from the source image. |
| Cylindrical | Generate cubemap from cylindrical texture. |
| FullCubemap | Generate cubemap from vertical or horizontal cross texture. |
| Spheremap | Generate cubemap from spheremap texture. |