
Terrain Provider
A bridge component that links a Terrain object to the Flora.
This component is automatically added and configured when AutoRegisterTerrains is enabled, so manual setup is rarely required.
Events
TerrainDataChanged
Invoked when terrain data is modified (e.g., heightmap changes). Used internally to trigger updates in the spatial hash and rendering systems.
Lifecycle
This component is attached automatically when terrains are registered via FloraSystem.RegisterTerrains()
or when auto-registration is enabled. It can be safely removed or disabled if terrain rendering is not required.
Last updated