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
Assembly: Content.Shared.dll
Syntax
public sealed class BiomeDummyLayer : object, IBiomeLayer
Fields
|
Improve this Doc
View Source
ID
Declaration
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