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 meshDataById(id:).
To retrieve the data for a specific chunk, call meshDataById(id:).
- Returns: A buffer containing updated mesh chunk ids, nil 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
meshDataById(id:).To retrieve the data for a specific chunk, call
meshDataById(id:).- Returns: A buffer containing updated mesh chunk ids, nil if there are no chunks.