Retrieves the mesh data for a specified chunk.
- Note: This method resets the updated flag for the specified chunk. Subsequent calls to
updatedMeshInfos() will only mark the chunk as updated if its mesh data has
changed since the mesh chunk's data was last retrieved.
- Parameter id: The ID of the mesh chunk to retrieve, obtained from updatedMeshInfos().
- Returns: The mesh data for the specified chunk, or nil if no chunk with the given ID exists.
Retrieves the mesh data for a specified chunk.
- Note: This method resets the updated flag for the specified chunk. Subsequent calls to
updatedMeshInfos()will only mark the chunk as updated if its mesh data haschanged since the mesh chunk's data was last retrieved.
- Parameter id: The ID of the mesh chunk to retrieve, obtained from
updatedMeshInfos().- Returns: The mesh data for the specified chunk, or
nilif no chunk with the given ID exists.