Show / Hide Table of Contents

Class BiomeMetaLayer

Contains more biome layers recursively via a biome template. Can be used for sub-biomes.

Inheritance
System.Object
BiomeMetaLayer
Implements
IBiomeLayer
Namespace: Content.Shared.Parallax.Biomes.Layers
Assembly: Content.Shared.dll
Syntax
public sealed class BiomeMetaLayer : object, IBiomeLayer

Fields

| Improve this Doc View Source

Template

Declaration
public string Template
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

Invert

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

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

Noise

Declaration
public 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
public float Threshold { get; }
Property Value
Type Description
System.Single

Implements

IBiomeLayer
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾