MeshExtensions.Save
Extension Method in MeshExtensions
Declaration
public static void Save(this Mesh mesh, string assetName)
Description
Saves the mesh as a project asset (Editor only).
Parameters
mesh | The mesh to save. |
assetName | The name to save the asset as. |