 |
AssimpImporterImport(Byte, String, String) Method |
Namespace: Ab4d.SharpEngine.AssimpAssembly: Ab4d.SharpEngine.Assimp (in Ab4d.SharpEngine.Assimp.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic GroupNode? Import(
byte[] fileContent,
string formatHint,
string? rootNodeName = null
)
Parameters
- fileContent Byte
- file content as byte array
- formatHint String
- file extension to serve as a hint to Assimp to choose which importer to use - for example ".dae"
- rootNodeName String (Optional)
- optional name of the root GroupNode
Return Value
GroupNodeGroupNode with imported 3D models
See Also