Class DecalGridComponent.DecalChunk
Inheritance
System.Object
DecalGridComponent.DecalChunk
Assembly: Content.Shared.dll
Syntax
public sealed class DecalChunk : object
Constructors
|
Improve this Doc
View Source
DecalChunk()
Declaration
|
Improve this Doc
View Source
DecalChunk(DecalGridComponent.DecalChunk)
Declaration
public DecalChunk(DecalGridComponent.DecalChunk chunk)
Parameters
|
Improve this Doc
View Source
DecalChunk(Dictionary<UInt32, Decal>)
Declaration
public DecalChunk(Dictionary<uint, Decal> decals)
Parameters
Type |
Name |
Description |
Dictionary<System.UInt32, Decal> |
decals |
|
Fields
|
Improve this Doc
View Source
Decals
Declaration
public Dictionary<uint, Decal> Decals
Field Value
Type |
Description |
Dictionary<System.UInt32, Decal> |
|
|
Improve this Doc
View Source
LastModified
Declaration
public GameTick LastModified
Field Value
Type |
Description |
Robust.Shared.Timing.GameTick |
|