Class ShowLayerData
Inheritance
System.Object
ShowLayerData
Assembly: Content.Shared.dll
Syntax
public sealed class ShowLayerData : ICloneable
Constructors
|
Improve this Doc
View Source
ShowLayerData()
Declaration
|
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
Returns
Type |
Description |
System.Object |
|