Class DecalGridComponent
Inheritance
System.Object
DecalGridComponent
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
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
Returns