FMX.Import.IModelImporter.LoadFromFile
Delphi
function LoadFromFile(const AFileName: string; out AMesh: TMeshDynArray; const AOwner: TComponent): Boolean;
C++
virtual bool __fastcall LoadFromFile(const System::UnicodeString AFileName, /* out */ Fmx::Objects3d::TMeshDynArray &AMesh, System::Classes::TComponent* const AOwner) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.Import.pas FMX.Import.hpp |
FMX.Import | IModelImporter |
Description
Loads a 3D model from the specified file.
Parameter | Meaning |
---|---|
|
The file from which the model is imported. |
|
The resulting mesh collection that composes the model. |
|
The owner component. |