#include <SceneNodeImporter.hpp>
|
| | OwnedBy (Engine &owner) noexcept |
| | Constructor.
|
| |
◆ ~SceneNodeImporter()
| virtual castor3d::SceneNodeImporter::~SceneNodeImporter |
( |
| ) |
|
|
virtualdefault |
◆ SceneNodeImporter()
Constructor.
- Parameters
-
| [in] | engine | The engine. |
| [in] | prefix | The prefix used for logging. |
◆ getPrefix()
◆ importData() [1/3]
SceneNode import Function.
- Parameters
-
| [out] | name | The SceneNode name. |
| [out] | createInfo | The scene node creation informations. |
| [in] | file | The location of the file to import. |
| [in] | parameters | Import configuration parameters. |
- Returns
- The imported SceneNode,
nullptr if any problem occured.
◆ importData() [2/3]
SceneNode import function.
- Parameters
-
| [out] | node | Receives the imported data. |
| [in] | pathFile | The location of the file to import. |
| [in] | parameters | Import configuration parameters. |
- Returns
false if any problem occured.
◆ importData() [3/3]
SceneNode import Function.
- Parameters
-
| [out] | node | Receives the imported data. |
| [in] | file | The location of the file to import. |
| [in] | parameters | Import configuration parameters. |
- Returns
false if any problem occured.
◆ m_file
◆ m_parameters
| Parameters castor3d::SceneNodeImporter::m_parameters |
|
protected |
◆ m_prefix
The documentation for this class was generated from the following file: