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

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

+ Inheritance diagram for MR.SceneLoad.Const_Result:

Classes

struct  _Underlying
 

Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Const_SceneRootObject scene [get]
 The loaded scene or empty object.
 
unsafe bool isSceneConstructed [get]
 Marks whether the scene was loaded from a single file (false) or was built from scratch (true)
 
unsafe MR.Std.Const_Vector_StdFilesystemPath loadedFiles [get]
 List of successfully loaded files.
 
unsafe MR.Std.Const_String errorSummary [get]
 Error summary text.
 
unsafe MR.Std.Const_String warningSummary [get]
 Warning summary text.
 
- Properties inherited from MR.Misc.Object< Const_Result >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_Result >
bool _IsOwningVal
 

Detailed Description

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


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