Show / Hide Table of Contents

Interface IBiomeLayer

Namespace: Content.Shared.Parallax.Biomes.Layers
Assembly: Content.Shared.dll
Syntax
public interface IBiomeLayer

Properties

| Improve this Doc View Source

Invert

Is the thresold inverted so we need to be lower than it.

Declaration
bool Invert { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Noise

Seed is used an offset from the relevant BiomeComponent's seed.

Declaration
FastNoiseLite Noise { get; }
Property Value
Type Description
Robust.Shared.Noise.FastNoiseLite
| Improve this Doc View Source

Threshold

Threshold for this layer to be present. If set to 0 forces it for every tile.

Declaration
float Threshold { get; }
Property Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾