TerrainCallbacks

class in UnityEngine

/

Implemented in:UnityEngine.TerrainModule

Description

This static class provides events that Unity triggers when Terrain data changes.

Events

Event Description
heightmapChangedThis event is triggered after there are changes to Terrain height data.
textureChangedThis event is triggered after there are changes to Terrain textures.

Delegates

Delegate Description
HeightmapChangedCallbackUse this delegate type with heightmapChanged to monitor all changes to the Terrain heightmap.
TextureChangedCallbackUse this delegate type with textureChanged to monitor all the changes to Terrain textures.

Did you find this page useful? Please give it a rating: