Class TerrainColorTextureProvider
Inheritance
System.Object
TerrainColorTextureProvider
Namespace: TerrainEngine
Assembly: cs.temp.dll.dll
Syntax
public class TerrainColorTextureProvider : MonoBehaviour
Fields
singleton
Declaration
public static TerrainColorTextureProvider singleton
Field Value
Type | Description |
---|---|
TerrainColorTextureProvider |
texture
Declaration
public RenderTexture texture
Field Value
Type | Description |
---|---|
RenderTexture |
Methods
RemoveOldLayers()
Clears quads and quad objects from the TerrainTextureProvider, preventing old layers from appearing on new terrains.
Declaration
public void RemoveOldLayers()