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 SourceLayer
Declaration
public string Layer
Field Value
Type | Description |
---|---|
System.String |
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 |
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 SourceServerWhitelist
Declaration
public EntityWhitelist ServerWhitelist { get; set; }
Property Value
Type | Description |
---|---|
EntityWhitelist |