Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, SceneLoad.SceneLoadResult arg0) |
| None | __init__ (self, SceneRootObject scene, bool isSceneConstructed, std_vector_std_filesystem_path loadedFiles, str errorSummary, str warningSummary) |
| str | errorSummary (self) |
| None | errorSummary (self, str arg1) |
| bool | isSceneConstructed (self) |
| None | isSceneConstructed (self, bool arg1) |
| std_vector_std_filesystem_path | loadedFiles (self) |
| None | loadedFiles (self, std_vector_std_filesystem_path arg1) |
| SceneRootObject | scene (self) |
| None | scene (self, SceneRootObject arg1) |
| str | warningSummary (self) |
| None | warningSummary (self, str arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| SceneLoad.SceneLoadResult | operator (*args, **kwargs) |
| SceneLoad.SceneLoadResult | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_errorSummary = 48 |
| typing | _offsetof_isSceneConstructed = 16 |
| typing | _offsetof_loadedFiles = 24 |
| typing | _offsetof_scene = 0 |
| typing | _offsetof_warningSummary = 80 |
Generated from: MR::SceneLoad::SceneLoadResult Scene loading result
|
static |
| None mrmeshpy.SceneLoad.SceneLoadResult.__init__ | ( | self | ) |
| None mrmeshpy.SceneLoad.SceneLoadResult.__init__ | ( | self, | |
| SceneLoad.SceneLoadResult | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.SceneLoad.SceneLoadResult.__init__ | ( | self, | |
| SceneRootObject | scene, | ||
| bool | isSceneConstructed, | ||
| std_vector_std_filesystem_path | loadedFiles, | ||
| str | errorSummary, | ||
| str | warningSummary ) |
Implicit aggregate constructor.
| str mrmeshpy.SceneLoad.SceneLoadResult.errorSummary | ( | self | ) |
Error summary text TODO: user-defined error format
| None mrmeshpy.SceneLoad.SceneLoadResult.errorSummary | ( | self, | |
| str | arg1 ) |
| bool mrmeshpy.SceneLoad.SceneLoadResult.isSceneConstructed | ( | self | ) |
Marks whether the scene was loaded from a single file (false) or was built from scratch (true)
| None mrmeshpy.SceneLoad.SceneLoadResult.isSceneConstructed | ( | self, | |
| bool | arg1 ) |
| std_vector_std_filesystem_path mrmeshpy.SceneLoad.SceneLoadResult.loadedFiles | ( | self | ) |
List of successfully loaded files
| None mrmeshpy.SceneLoad.SceneLoadResult.loadedFiles | ( | self, | |
| std_vector_std_filesystem_path | arg1 ) |
|
static |
|
static |
| SceneRootObject mrmeshpy.SceneLoad.SceneLoadResult.scene | ( | self | ) |
The loaded scene or empty object
| None mrmeshpy.SceneLoad.SceneLoadResult.scene | ( | self, | |
| SceneRootObject | arg1 ) |
| str mrmeshpy.SceneLoad.SceneLoadResult.warningSummary | ( | self | ) |
Warning summary text TODO: user-defined warning format
| None mrmeshpy.SceneLoad.SceneLoadResult.warningSummary | ( | self, | |
| str | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |