Class BiomeTileLayer
Inheritance
System.Object
BiomeTileLayer
Implements
Namespace: Content.Shared.Parallax.Biomes.Layers
Assembly: Content.Shared.dll
Syntax
public sealed class BiomeTileLayer : object, IBiomeLayer
Fields
| Improve this Doc View SourceTile
Declaration
public string Tile
Field Value
Type | Description |
---|---|
System.String |
Variants
Which tile variants to use for this layer. Uses all of the tile's variants if none specified
Declaration
public List<byte>? Variants
Field Value
Type | Description |
---|---|
System.Nullable<List<System.Byte>> |
Properties
| Improve this Doc View SourceInvert
Is the thresold inverted so we need to be lower than it.
Declaration
public bool Invert { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Noise
Declaration
public FastNoiseLite Noise { get; }
Property Value
Type | Description |
---|---|
Robust.Shared.Noise.FastNoiseLite |
Threshold
Threshold for this layer to be present. If set to 0 forces it for every tile.
Declaration
public float Threshold { get; }
Property Value
Type | Description |
---|---|
System.Single |