Click or drag to resize
Ab4d.SharpEngine logo

AssimpExporterSupportedExportFileExtensions Property

Gets an array of supported file extensions for exporting (file extension are written without star and dot as prefix, g.e. "fxb", "obj", etc.)

Namespace: Ab4d.SharpEngine.Assimp
Assembly: Ab4d.SharpEngine.Assimp (in Ab4d.SharpEngine.Assimp.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public string[] SupportedExportFileExtensions { get; }

Property Value

String

[Missing <value> documentation for "P:Ab4d.SharpEngine.Assimp.AssimpExporter.SupportedExportFileExtensions"]

Remarks

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

See Also