MeshLib C# Docs
Loading...
Searching...
No Matches
MR.SceneLoad.Result Class Reference

Scene loading result Generated from class MR.SceneLoad.Result. This is the non-const half of the class. More...

+ Inheritance diagram for MR.SceneLoad.Result:

Public Member Functions

unsafe Result ()
 Constructs an empty (default-constructed) instance.
 
unsafe Result (MR._ByValueShared_SceneRootObject scene, bool isSceneConstructed, MR.Std._ByValue_Vector_StdFilesystemPath loadedFiles, string errorSummary, string warningSummary)
 Constructs MR.SceneLoad.Result elementwise.
 
unsafe Result (MR.SceneLoad._ByValue_Result _other)
 Generated from constructor MR.SceneLoad.Result.Result.
 
 Result (Const_Result _other)
 Generated from constructor MR.SceneLoad.Result.Result.
 
 Result (Result _other)
 Generated from constructor MR.SceneLoad.Result.Result.
 
unsafe MR.SceneLoad.Result assign (MR.SceneLoad._ByValue_Result _other)
 Generated from method MR.SceneLoad.Result.operator=.
 

Properties

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.
 

Detailed Description

Scene loading result Generated from class MR.SceneLoad.Result. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ 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

Constructs MR.SceneLoad.Result elementwise.

◆ 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.

Member Function Documentation

◆ assign()

unsafe MR.SceneLoad.Result MR.SceneLoad.Result.assign ( MR.SceneLoad._ByValue_Result _other)
inline

Generated from method MR.SceneLoad.Result.operator=.

Property Documentation

◆ errorSummary

new unsafe MR.Std.String MR.SceneLoad.Result.errorSummary
getprotected set

Error summary text.

◆ 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

new unsafe MR.SceneRootObject MR.SceneLoad.Result.scene
getprotected set

The loaded scene or empty object.

◆ warningSummary

new unsafe MR.Std.String MR.SceneLoad.Result.warningSummary
getprotected set

Warning summary text.


The documentation for this class was generated from the following file: