Enum TerrainExportMode
Namespace: AssetRipper.Export.UnityProjects.Configuration
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public enum TerrainExportMode
Fields
Name | Description |
---|---|
Heatmap | A heatmap of the terrain height. Probably not usable for anything but a visual representation. |
Mesh | This converts the terrain data into a mesh. Unity cannot import this. |
Yaml | The default export mode. This is the only one that exports in a format Unity can use for terrains. |