TerrainData.CopyActiveRenderTextureToHeightmap

매뉴얼로 전환
public void CopyActiveRenderTextureToHeightmap (RectInt sourceRect, Vector2Int dest, TerrainHeightmapSyncControl syncControl);

파라미터

sourceRectThe part of the active Render Texture to copy.
destThe X and Y coordinates of the heightmap texture to copy into.
syncControlControls how CPU synchronization is performed.

설명

Copies the specified part of the active RenderTexture to the Terrain heightmap texture.

This functions calls DirtyHeightmapRegion internally and sends out the OnTerrainChanged message accordingly.

See Also: TerrainHeightmapSyncControl, DirtyHeightmapRegion, SyncHeightmap.