 |
AssimpImporterImport(String, String) Method |
Namespace: Ab4d.SharpEngine.AssimpAssembly: Ab4d.SharpEngine.Assimp (in Ab4d.SharpEngine.Assimp.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic GroupNode? Import(
string fileName,
string? texturesPath = null
)
Parameters
- fileName String
- file name
- texturesPath String (Optional)
- optional: directory name where the textures files are; if null than the same path as fileName is used
Return Value
GroupNodeGroupNode with imported 3D models
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Assimp.AssimpImporter.Import(System.String,System.String)"]
See Also