Version: 2022.3
언어: 한국어

DynamicGI.UpdateMaterials

매뉴얼로 전환
Obsolete public static void UpdateMaterials (Renderer renderer);

파라미터

renderer The Renderer to use when searching for a system to update.
terrain The Terrain to use when searching for systems to update.

설명

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.