Skip to content

Remove ref usage in MeshDraft.ToMesh #62

@olee

Description

@olee

MeshDraft.ToMesh(ref Mesh mesh) could be fully replaced with MeshDraft.ToMesh(Mesh mesh).
There is no use to use any ref here and it just makes code more ineffective and unintuitive.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions