Show / Hide Table of Contents

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 Source

Data

Declaration
public Dictionary<NetEntity, Dictionary<Vector2i, DecalGridComponent.DecalChunk>> Data
Field Value
Type Description
Dictionary<NetEntity, Dictionary<Vector2i, DecalGridComponent.DecalChunk>>
| Improve this Doc View Source

RemovedChunks

Declaration
public Dictionary<NetEntity, HashSet<Vector2i>> RemovedChunks
Field Value
Type Description
Dictionary<NetEntity, HashSet<Vector2i>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾