Version: 2021.1
Experimental: this API is experimental and might be changed or removed in the future.

TerrainCallbacks

class in UnityEngine.Experimental.TerrainAPI

切换到手册

描述

此静态类提供当地形数据发生更改时 Unity 触发的事件。

Events

heightmapChanged地形高度数据发生更改后,将触发此事件。
textureChanged地形纹理发生更改后,将触发此事件。

委托

HeightmapChangedCallbackUse this delegate type with heightmapChanged to monitor all changes to the Terrain heightmap.
TextureChangedCallback将此委托类型与 textureChanged 结合使用来监视对地形纹理的所有更改。