Mesh.MeshData.SetVertexBufferParams

Cambiar al Manual
public void SetVertexBufferParams (int vertexCount, params VertexAttributeDescriptor[] attributes);
public void SetVertexBufferParams (int vertexCount, NativeArray<VertexAttributeDescriptor> attributes);

Parámetros

vertexCountThe number of vertices in the Mesh.
attributesLayout of the vertex data: which attributes are present, their data types and so on.

Descripción

Sets the vertex buffer size and layout of the Mesh that Unity creates from the MeshData.

Use this function to set vertex buffer size and layout for newly created Mesh data (see Mesh.AllocateWritableMeshData). For details, see Mesh.SetVertexBufferParams.

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

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961