Click or drag to resize
Ab4d.SharpEngine logo

AssimpImporterSupportedImportFileExtensions Property

Gets an array of supported file extensions for importing (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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public string[] SupportedImportFileExtensions { get; }

Property Value

String

[Missing <value> documentation for "P:Ab4d.SharpEngine.Assimp.AssimpImporter.SupportedImportFileExtensions"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Assimp.AssimpImporter.SupportedImportFileExtensions"]

See Also