Show / Hide Table of Contents

Class ShowLayerData

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

Constructors

| Improve this Doc View Source

ShowLayerData()

Declaration
public ShowLayerData()
| Improve this Doc View Source

ShowLayerData(IReadOnlyList<String>)

Declaration
public ShowLayerData(IReadOnlyList<string> other)
Parameters
Type Name Description
IReadOnlyList<System.String> other

Fields

| Improve this Doc View Source

QueuedEntities

Declaration
public readonly IReadOnlyList<string> QueuedEntities
Field Value
Type Description
IReadOnlyList<System.String>

Methods

| Improve this Doc View Source

Clone()

Declaration
public object Clone()
Returns
Type Description
System.Object
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾