Show / Hide Table of Contents

Class SharedMapLayerData

Inheritance
System.Object
SharedMapLayerData
Namespace: Content.Shared.Storage.Components
Assembly: Content.Shared.dll
Syntax
public sealed class SharedMapLayerData : object

Fields

| Improve this Doc View Source

Layer

Declaration
public string Layer
Field Value
Type Description
System.String
| Improve this Doc View Source

MaxCount

Max amount of entities that are valid for whitelist. If it's bigger than max amount, layer will be hidden.

Declaration
public int MaxCount
Field Value
Type Description
System.Int32
| Improve this Doc View Source

MinCount

Minimal amount of entities that are valid for whitelist. If it's smaller than minimal amount, layer will be hidden.

Declaration
public int MinCount
Field Value
Type Description
System.Int32

Properties

| Improve this Doc View Source

ServerWhitelist

Declaration
public EntityWhitelist ServerWhitelist { get; set; }
Property Value
Type Description
EntityWhitelist
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾