Vixen
02b45cc4
csharp
public readonly record struct ExportPiece

One piece of geometry on its way out of the editor: a mesh, where it is, and its name.

Read the guide page for this →

Fields and properties (3)

  • public EditMesh Mesh

    The geometry, in its own space.

  • public Matrix4x4 Transform

    Where it goes, relative to whatever the export is centred on.

  • public string Name

    What to call it in the file.

Methods (1)

  • public ExportPiece(EditMesh Mesh, Matrix4x4 Transform, string Name)

    One piece of geometry on its way out of the editor: a mesh, where it is, and its name.

Used by (1)

  • MeshExportVixen.Editor.SceneView