Obsolete public static void UpdateMaterials (Renderer renderer);

Parámetros

rendererThe Renderer to use when searching for a system to update.
terrainThe Terrain to use when searching for systems to update.

Descripción

Schedules an update of the albedo and emissive textures of a system that contains the renderer or the terrain.

The third overload specifies a region of the terrain that needs to be updated. This makes sure that only the systems that overlap with the specified rectangle get updated, which could help improve performance. The coordinates are specified the same way as in TerrainData.SetAlphamaps.