Show / Hide Table of Contents

Class BiomeSystem

Inheritance
System.Object
SharedBiomeSystem
BiomeSystem
Namespace: Content.Server.Parallax
Assembly: Content.Server.dll
Syntax
public sealed class BiomeSystem : SharedBiomeSystem

Methods

| Improve this Doc View Source

AddLayer(BiomeComponent, String, IBiomeLayer, Int32)

Adds the specified layer at the specified marker if it exists.

Declaration
public void AddLayer(BiomeComponent component, string id, IBiomeLayer addedLayer, int seedOffset = 0)
Parameters
Type Name Description
BiomeComponent component
System.String id
IBiomeLayer addedLayer
System.Int32 seedOffset
| Improve this Doc View Source

ClearTemplate(BiomeComponent)

Declaration
public void ClearTemplate(BiomeComponent component)
Parameters
Type Name Description
BiomeComponent component
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
Overrides
SharedBiomeSystem.Initialize()
| Improve this Doc View Source

SetSeed(BiomeComponent, Int32)

Declaration
public void SetSeed(BiomeComponent component, int seed)
Parameters
Type Name Description
BiomeComponent component
System.Int32 seed
| Improve this Doc View Source

SetTemplate(BiomeComponent, BiomeTemplatePrototype)

Sets the Template and refreshes layers.

Declaration
public void SetTemplate(BiomeComponent component, BiomeTemplatePrototype template)
Parameters
Type Name Description
BiomeComponent component
BiomeTemplatePrototype template
| Improve this Doc View Source

Shutdown()

Declaration
public override void Shutdown()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾