Class DecalChunkUpdateEvent
Inheritance
System.Object
DecalChunkUpdateEvent
Namespace: Content.Shared.Decals
Assembly: Content.Shared.dll
Syntax
public sealed class DecalChunkUpdateEvent : EntityEventArgs
Fields
| Improve this Doc View SourceData
Declaration
public Dictionary<NetEntity, Dictionary<Vector2i, DecalGridComponent.DecalChunk>> Data
Field Value
Type | Description |
---|---|
Dictionary<NetEntity, Dictionary<Vector2i, DecalGridComponent.DecalChunk>> |
RemovedChunks
Declaration
public Dictionary<NetEntity, HashSet<Vector2i>> RemovedChunks
Field Value
Type | Description |
---|---|
Dictionary<NetEntity, HashSet<Vector2i>> |