API ReferenceSandbox.Clutter
TerrainMaterialMappingclass
Maps a terrain material to a list of clutter entries that can spawn on it.
object→TerrainMaterialMapping
Constructors1
Showing 1 constructors
public TerrainMaterialMapping()
No results match this filter.
Properties2
Showing 2 properties
public System.Collections.Generic.List`1<int> Sandbox.Clutter.TerrainMaterialMapping.EntryIndices { get; set; }
Indices of clutter entries that can spawn on this material.
Returns:
List<int>—public Sandbox.TerrainMaterial Sandbox.Clutter.TerrainMaterialMapping.Material { get; set; }
The terrain material to match.
No results match this filter.