chunkunloadcompleteasynctopic
This is an old revision of the document!
CREAT3D.ECS.DataModel.EventSystems.Topics.ChunkManagement
ChunkUnloadCompleteAsyncTopic
| Payload | ValueMessage<Chunk> |
|---|---|
| Broadcaster | IChunkLoadingService |
This topic is broadcast from the IChunkLoadingService when a loaded Chunk finishes unloading. The ValueMessage<Chunk> carries the Chunk that unloaded. This is an Async Topic whose callbacks can be long running Tasks. The service will await for all listeners to complete executing their callbacks before resuming the operation.
chunkunloadcompleteasynctopic.1777185683.txt.gz · Last modified: by diviner
