Interface IBiomeWorldLayer
Handles actual objects such as decals and entities.
Namespace: Content.Shared.Parallax.Biomes.Layers
Assembly: Content.Shared.dll
Syntax
public interface IBiomeWorldLayer : IBiomeLayer
Properties
| Improve this Doc View SourceAllowedTiles
What tiles we're allowed to spawn on, real or biome.
Declaration
List<string> AllowedTiles { get; }
Property Value
Type | Description |
---|---|
List<System.String> |