Version: 2022.3
言語: 日本語
public static void UpdateGIMaterials (Terrain terrain);
public static void UpdateGIMaterials (Terrain terrain, int x, int y, int width, int height);

説明

Schedules an update of the albedo and emissive Textures of a system that contains the Terrain.

The second 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.