class
TerrainMaterialMapping
public class TerrainMaterialMapping Maps a terrain material to a list of clutter entries that can spawn on it.
Constructors
TerrainMaterialMapping() Properties
| Name | Type | Description |
|---|---|---|
Material | TerrainMaterial | The terrain material to match. |
EntryIndices | List<Int32> | Indices of clutter entries that can spawn on this material. |
Assembly:
Sandbox.Engine Namespace: Sandbox.Clutter Full Name: Sandbox.Clutter.TerrainMaterialMapping