Skip to main content
API Reference NSDK NSDKMeshingSession

MeshChunkUpdate

Describes a change to a specific mesh chunk....

Declaration

enum MeshChunkUpdate

Summary

Describes a change to a specific mesh chunk. Each case represents how a chunk identified by id should be handled:

  • insert: A new chunk should be added.
  • update: An existing chunk has new mesh data.
  • remove: A chunk should be removed.

Cases

NameTypeSummary
case insertInt64, : MeshData)
A new mesh chunk.
case removeInt64)
Removal of an existing mesh chunk.
case updateInt64, : MeshData)
Updated data for an existing mesh chunk.