Show / Hide Table of Contents

Class DecalGridComponent

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

Fields

| Improve this Doc View Source

ChunkCollection

Declaration
public DecalGridChunkCollection ChunkCollection
Field Value
Type Description
DecalGridChunkCollection
| Improve this Doc View Source

DecalIndex

Dictionary mapping decals to their corresponding grid chunks.

Declaration
public readonly Dictionary<uint, Vector2i> DecalIndex
Field Value
Type Description
Dictionary<System.UInt32, Vector2i>
| Improve this Doc View Source

DecalRenderIndex

Declaration
public readonly SortedDictionary<int, SortedDictionary<uint, Decal>> DecalRenderIndex
Field Value
Type Description
SortedDictionary<System.Int32, SortedDictionary<System.UInt32, Decal>>
| Improve this Doc View Source

DecalZIndexIndex

Declaration
public readonly Dictionary<uint, int> DecalZIndexIndex
Field Value
Type Description
Dictionary<System.UInt32, System.Int32>
| Improve this Doc View Source

NextDecalId

Declaration
public uint NextDecalId
Field Value
Type Description
System.UInt32

Properties

| Improve this Doc View Source

ForceTick

Tick at which PVS was last toggled. Ensures that all players receive a full update when toggling PVS.

Declaration
public GameTick ForceTick { get; set; }
Property Value
Type Description
Robust.Shared.Timing.GameTick

Methods

| Improve this Doc View Source

DecalGridChunkCollection(Dictionary<Vector2i, DecalGridComponent.DecalChunk>)

Declaration
public record DecalGridChunkCollection(Dictionary<Vector2i, DecalGridComponent.DecalChunk> ChunkCollection)
Parameters
Type Name Description
Dictionary<Vector2i, DecalGridComponent.DecalChunk> ChunkCollection
Returns
Type Description
record
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾