Scene loading result Generated from class MR.SceneLoad.Result. This is the non-const half of the class.
More...
|
| new unsafe MR.SceneRootObject | scene [get, protected set] |
| | The loaded scene or empty object.
|
| |
| new unsafe ref bool | isSceneConstructed [get] |
| | Marks whether the scene was loaded from a single file (false) or was built from scratch (true)
|
| |
| new unsafe MR.Std.Vector_StdFilesystemPath | loadedFiles [get, protected set] |
| | List of successfully loaded files.
|
| |
| new unsafe MR.Std.String | errorSummary [get, protected set] |
| | Error summary text.
|
| |
| new unsafe MR.Std.String | warningSummary [get, protected set] |
| | Warning summary text.
|
| |
Scene loading result Generated from class MR.SceneLoad.Result. This is the non-const half of the class.
◆ Result() [1/5]
| unsafe MR.SceneLoad.Result.Result |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Result() [2/5]
| unsafe MR.SceneLoad.Result.Result |
( |
MR._ByValueShared_SceneRootObject | scene, |
|
|
bool | isSceneConstructed, |
|
|
MR.Std._ByValue_Vector_StdFilesystemPath | loadedFiles, |
|
|
string | errorSummary, |
|
|
string | warningSummary ) |
|
inline |
◆ Result() [3/5]
| unsafe MR.SceneLoad.Result.Result |
( |
MR.SceneLoad._ByValue_Result | _other | ) |
|
|
inline |
Generated from constructor MR.SceneLoad.Result.Result.
◆ Result() [4/5]
| MR.SceneLoad.Result.Result |
( |
Const_Result | _other | ) |
|
|
inline |
Generated from constructor MR.SceneLoad.Result.Result.
◆ Result() [5/5]
| MR.SceneLoad.Result.Result |
( |
Result | _other | ) |
|
|
inline |
Generated from constructor MR.SceneLoad.Result.Result.
◆ assign()
Generated from method MR.SceneLoad.Result.operator=.
◆ errorSummary
| new unsafe MR.Std.String MR.SceneLoad.Result.errorSummary |
|
getprotected set |
◆ isSceneConstructed
| new unsafe ref bool MR.SceneLoad.Result.isSceneConstructed |
|
get |
Marks whether the scene was loaded from a single file (false) or was built from scratch (true)
◆ loadedFiles
| new unsafe MR.Std.Vector_StdFilesystemPath MR.SceneLoad.Result.loadedFiles |
|
getprotected set |
List of successfully loaded files.
◆ scene
The loaded scene or empty object.
◆ warningSummary
| new unsafe MR.Std.String MR.SceneLoad.Result.warningSummary |
|
getprotected set |
The documentation for this class was generated from the following file: