Version: 2020.1
LanguageEnglish
  • C#

Mesh.MeshData.SetIndexBufferParams

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
public void SetIndexBufferParams(int indexCount, Rendering.IndexFormat format);

Parameters

indexCount The size of the index buffer.
format The format of the indices.

Description

Sets the index buffer size and format of the Mesh that Unity creates from the MeshData.

Use this method to set the index buffer size and format for the Mesh that Unity creates from the MeshData struct. For details, see Mesh.SetIndexBufferParams.

After you have set the index buffer parameters, you can write the indices into the array returned by Mesh.MeshData.GetIndexData. If you call this method on a read-only MeshData, Unity throws an exception.

See Also: Mesh.AllocateWritableMeshData, Mesh.AcquireReadOnlyMeshData.

Did you find this page useful? Please give it a rating: