Class SlicerExportConfiguration
This ScriptableObject
is used to save export configurations to file.
Namespace: Slicer.Core
Assembly: 27Slicer.Editor.dll
Syntax
public sealed class SlicerExportConfiguration : ScriptableObject
Fields
Name | Description |
---|---|
Exported | The compression setting for exported mesh. This setting is active only when Inherit |
Exported | The default value of Exported |
Export | The string pattern to use to determine output file of the exported mesh asset. |
Export | The default value of Export |
Export | Should colliders be exported. |
Export | The default value of Export |
Export | Should meshes be exported. |
Export | The default value of Export |
Finalize | Should the exporter recursively search for sliced models to export. |
Finalize | The default value of Finalize |
Inherit | Should the Compression Settings from the original mesh be transfered to the exported mesh. |
Inherit | The default value of Inherit |
Optimize | Should the exported mesh be optimized. |
Optimize | The default value of Optimize |
Recursively | Should the exporter recursively search for sliced models to export. |
Recursively | The default value of Recursively |
Save | Should the exporter instantiate the mesh as a new asset when exporting. |
Save | The default value of Save |
Save | Should the exporter save the project after it has completed exporting. |
Save | The default value of Save |