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: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.Assimp.AssimpExporter"]

See Also