Show / Hide Table of Contents

Interface ITerrainTexturing

Terrain texturing interface.

Namespace: DaggerfallWorkshop
Assembly: Assembly-CSharp.dll
Syntax
public interface ITerrainTexturing

Methods

| Improve this Doc View Source

ConvertWaterTiles()

Declaration
bool ConvertWaterTiles()
Returns
Type Description
Boolean
| Improve this Doc View Source

ScheduleAssignTilesJob(ITerrainSampler, ref MapPixelData, JobHandle, Boolean)

Declaration
JobHandle ScheduleAssignTilesJob(ITerrainSampler terrainSampler, ref MapPixelData mapData, JobHandle dependencies, bool march = true)
Parameters
Type Name Description
ITerrainSampler terrainSampler
MapPixelData mapData
Unity.Jobs.JobHandle dependencies
Boolean march
Returns
Type Description
Unity.Jobs.JobHandle
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX