SaveMesh
Class in Zigurous.Graphics
Declaration
public sealed class SaveMesh : MonoBehaviourDescription
Saves the mesh of a mesh filter as a project asset.
Properties
| assetName | The name of the saved asset. The mesh name will be used if not set. |
| saveOnStart | Saves the mesh on start, otherwise it needs to be called manually. |
Methods
| Save | Saves the mesh as a project asset. |