Show / Hide Table of Contents

Class BiomeDummyLayer

Dummy layer that specifies a marker to be replaced by external code. For example if they wish to add their own layers at specific points across different templates.

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

Fields

| Improve this Doc View Source

ID

Declaration
public string ID
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

Invert

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

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
☀
☾