Show / Hide Table of Contents

Struct TerrainMaterialData

Data used for promotion of Daggerfall terrain material.

Namespace: DaggerfallWorkshop
Assembly: Assembly-CSharp.dll
Syntax
public readonly struct TerrainMaterialData

Properties

| Improve this Doc View Source

Material

Material assigned to the terrain.

Declaration
public readonly Material Material { get; }
Property Value
Type Description
Material
| Improve this Doc View Source

TerrainData

Unity terrain data.

Declaration
public readonly TerrainData TerrainData { get; }
Property Value
Type Description
TerrainData
| Improve this Doc View Source

TileMapTexture

Texture generated from TileMap, resulting from ITerrainTexturing process.

Declaration
public readonly Texture2D TileMapTexture { get; }
Property Value
Type Description
Texture2D
| Improve this Doc View Source

WorldClimate

Climate used by terrain, corresponding to worldClimate.

Declaration
public readonly int WorldClimate { get; }
Property Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX