Click or drag to resize
Ab4d.SharpEngine logo

AssimpExporter Class

AssimpExporter provides information about supported export formats. The current version does not support exporting SharpEngine Scene objects. But it is possible to export and imported Assimp scene by using _assimpImporter.NativeAssimpScene.ExportScene method.
Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.AssimpAssimpExporter

Namespace: Ab4d.SharpEngine.Assimp
Assembly: Ab4d.SharpEngine.Assimp (in Ab4d.SharpEngine.Assimp.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public class AssimpExporter

The AssimpExporter type exposes the following members.

Constructors
 NameDescription
Public methodAssimpExporterInitializes a new instance of the AssimpExporter class
Top
Properties
 NameDescription
Public propertySupportedExporterFormats Gets an array of AssimpExportFormatDesc that provide detailed information on supported import file formats.
Public propertySupportedExportFileExtensions Gets an array of supported file extensions for exporting (file extension are written without star and dot as prefix, g.e. "fxb", "obj", etc.)
Top
See Also