Model.SetMesh Model.SetMesh void SetMesh(int subsetIndex, Mesh mesh) [Obsolete] For removal in v0.4. Use Nodes/Visuals.Mesh instead. 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.