Show / Hide Table of Contents

Class DecalGridComponent.DecalChunk

Inheritance
System.Object
DecalGridComponent.DecalChunk
Namespace: Content.Shared.Decals
Assembly: Content.Shared.dll
Syntax
public sealed class DecalChunk : object

Constructors

| Improve this Doc View Source

DecalChunk()

Declaration
public DecalChunk()
| Improve this Doc View Source

DecalChunk(DecalGridComponent.DecalChunk)

Declaration
public DecalChunk(DecalGridComponent.DecalChunk chunk)
Parameters
Type Name Description
DecalGridComponent.DecalChunk chunk
| 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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾