Class BiomeTemplatePrototype
A preset group of biome layers to be used for a BiomeComponent
Inheritance
System.Object
BiomeTemplatePrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Parallax.Biomes
Assembly: Content.Shared.dll
Syntax
public sealed class BiomeTemplatePrototype : object, IPrototype
Fields
| Improve this Doc View SourceLayers
Declaration
public List<IBiomeLayer> Layers
Field Value
Type | Description |
---|---|
List<IBiomeLayer> |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype