Model.SetMesh
void SetMesh(int subsetIndex, Mesh mesh)
Changes the mesh for the subset to a new one!
int subsetIndex | Index of the model subset to replace, should be less than SubsetCount. |
Mesh mesh | The new Mesh, cannot be null. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!