getUpdatedInfos
Gets the ids of all chunks in the current mesh and their update status. The returned information contains the IDs and update status for all chunks currently in the mesh. If a chunk's updated flag is true, the mesh chunk has been updated since the last time its data was read with [getData].
Declaration
fun getUpdatedInfos(): MeshingUpdateInfo?
Summary
Returns
Information about all the updated mesh chunks if available, null if there are no chunks.
Gets the ids of all chunks in the current mesh and their update status. The returned information contains the IDs and update status for all chunks currently in the mesh. If a chunk's updated flag is true, the mesh chunk has been updated since the last time its data was read with [getData].