Version: 5.3
public void MarkDynamic ();

설명

Optimize mesh for frequent updates.

Call this before assigning vertices to get better performance when continually updating mesh. Internally this will make the mesh use "dynamic buffers" in the underlying graphics API, which are more efficient when mesh data changes often.

See Also: vertices, normals, triangles, UploadMeshData.