Class BiomeSystem
Inheritance
System.Object
BiomeSystem
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
|
Improve this Doc
View Source
ClearTemplate(BiomeComponent)
Declaration
public void ClearTemplate(BiomeComponent component)
Parameters
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
|
Improve this Doc
View Source
SetSeed(BiomeComponent, Int32)
Declaration
public void SetSeed(BiomeComponent component, int seed)
Parameters
|
Improve this Doc
View Source
SetTemplate(BiomeComponent, BiomeTemplatePrototype)
Declaration
public void SetTemplate(BiomeComponent component, BiomeTemplatePrototype template)
Parameters
|
Improve this Doc
View Source
Shutdown()
Declaration
public override void Shutdown()