MeshLib C# Docs
Loading...
Searching...
No Matches
MR.SceneSave.Settings Class Reference

Generated from class MR.SceneSave.Settings. Derived classes: Direct: (non-virtual) MR.ObjectSave.Settings This is the non-const half of the class. More...

Inheritance diagram for MR.SceneSave.Settings:

Public Member Functions

unsafe Settings ()
 Constructs an empty (default-constructed) instance.
unsafe Settings (MR.LengthUnit? lengthUnit, MR.Std._ByValue_Function_BoolFuncFromFloat progress)
 Constructs MR.SceneSave.Settings elementwise.
unsafe Settings (MR.SceneSave._ByValue_Settings _other)
 Generated from constructor MR.SceneSave.Settings.Settings.
 Settings (Const_Settings _other)
 Generated from constructor MR.SceneSave.Settings.Settings.
 Settings (Settings _other)
 Generated from constructor MR.SceneSave.Settings.Settings.
unsafe MR.SceneSave.Settings assign (MR.SceneSave._ByValue_Settings _other)
 Generated from method MR::SceneSave::Settings::operator=.

Properties

new unsafe MR.Std.Optional_MRLengthUnit lengthUnit [get, protected set]
 units of input coordinates and transformation, to be serialized if the format supports it
new unsafe MR.Std.Function_Bool_From_Float progress [get, protected set]
 to report loading progress and allow the user to cancel it

Detailed Description

Generated from class MR.SceneSave.Settings. Derived classes: Direct: (non-virtual) MR.ObjectSave.Settings This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Settings() [1/5]

unsafe MR.SceneSave.Settings.Settings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Settings() [2/5]

unsafe MR.SceneSave.Settings.Settings ( MR.LengthUnit? lengthUnit,
MR.Std._ByValue_Function_BoolFuncFromFloat progress )
inline

Constructs MR.SceneSave.Settings elementwise.

◆ Settings() [3/5]

unsafe MR.SceneSave.Settings.Settings ( MR.SceneSave._ByValue_Settings _other)
inline

Generated from constructor MR.SceneSave.Settings.Settings.

◆ Settings() [4/5]

MR.SceneSave.Settings.Settings ( Const_Settings _other)
inline

Generated from constructor MR.SceneSave.Settings.Settings.

◆ Settings() [5/5]

MR.SceneSave.Settings.Settings ( Settings _other)
inline

Generated from constructor MR.SceneSave.Settings.Settings.

Member Function Documentation

◆ assign()

unsafe MR.SceneSave.Settings MR.SceneSave.Settings.assign ( MR.SceneSave._ByValue_Settings _other)
inline

Generated from method MR::SceneSave::Settings::operator=.

Property Documentation

◆ lengthUnit

new unsafe MR.Std.Optional_MRLengthUnit MR.SceneSave.Settings.lengthUnit
getprotected set

units of input coordinates and transformation, to be serialized if the format supports it

◆ progress

new unsafe MR.Std.Function_Bool_From_Float MR.SceneSave.Settings.progress
getprotected set

to report loading progress and allow the user to cancel it


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