MeshLib C# Docs
Loading...
Searching...
No Matches

Generated from class MR.MeshLoad.ObjLoadSettings. This is the const half of the class. More...

Inheritance diagram for MR.MeshLoad.Const_ObjLoadSettings:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_ObjLoadSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ObjLoadSettings (bool customXf, bool countSkippedFaces, MR.Std._ByValue_Function_Bool_From_Float callback, bool telemetrySignal)
 Constructs MR.MeshLoad.ObjLoadSettings elementwise.
unsafe Const_ObjLoadSettings (MR.MeshLoad._ByValue_ObjLoadSettings _other)
 Generated from constructor MR.MeshLoad.ObjLoadSettings.ObjLoadSettings.
 Const_ObjLoadSettings (Const_ObjLoadSettings _other)
 Generated from constructor MR.MeshLoad.ObjLoadSettings.ObjLoadSettings.
 Const_ObjLoadSettings (ObjLoadSettings _other)
 Generated from constructor MR.MeshLoad.ObjLoadSettings.ObjLoadSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe bool * __ref_storage_customXf
unsafe bool * __ref_storage_countSkippedFaces
unsafe bool * __ref_storage_telemetrySignal

Properties

unsafe bool customXf [get]
 if true then vertices will be returned relative to some transformation to avoid precision loss
unsafe bool countSkippedFaces [get]
 if true, the number of skipped faces (faces than can't be created) will be counted
unsafe MR.Std.Const_Function_Bool_From_Float callback [get, protected set]
 callback for set progress and stop process
unsafe bool telemetrySignal [get]
 permit telemetry signal about loading

Detailed Description

Generated from class MR.MeshLoad.ObjLoadSettings. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_ObjLoadSettings() [1/5]

unsafe MR.MeshLoad.Const_ObjLoadSettings.Const_ObjLoadSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_ObjLoadSettings() [2/5]

unsafe MR.MeshLoad.Const_ObjLoadSettings.Const_ObjLoadSettings ( bool customXf,
bool countSkippedFaces,
MR.Std._ByValue_Function_Bool_From_Float callback,
bool telemetrySignal )
inline

Constructs MR.MeshLoad.ObjLoadSettings elementwise.

◆ Const_ObjLoadSettings() [3/5]

unsafe MR.MeshLoad.Const_ObjLoadSettings.Const_ObjLoadSettings ( MR.MeshLoad._ByValue_ObjLoadSettings _other)
inline

Generated from constructor MR.MeshLoad.ObjLoadSettings.ObjLoadSettings.

◆ Const_ObjLoadSettings() [4/5]

MR.MeshLoad.Const_ObjLoadSettings.Const_ObjLoadSettings ( Const_ObjLoadSettings _other)
inline

Generated from constructor MR.MeshLoad.ObjLoadSettings.ObjLoadSettings.

◆ Const_ObjLoadSettings() [5/5]

MR.MeshLoad.Const_ObjLoadSettings.Const_ObjLoadSettings ( ObjLoadSettings _other)
inline

Generated from constructor MR.MeshLoad.ObjLoadSettings.ObjLoadSettings.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.MeshLoad.Const_ObjLoadSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.MeshLoad.Const_ObjLoadSettings.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_countSkippedFaces

unsafe bool* MR.MeshLoad.Const_ObjLoadSettings.__ref_storage_countSkippedFaces
protected

◆ __ref_storage_customXf

unsafe bool* MR.MeshLoad.Const_ObjLoadSettings.__ref_storage_customXf
protected

◆ __ref_storage_telemetrySignal

unsafe bool* MR.MeshLoad.Const_ObjLoadSettings.__ref_storage_telemetrySignal
protected

Property Documentation

◆ callback

unsafe MR.Std.Const_Function_Bool_From_Float MR.MeshLoad.Const_ObjLoadSettings.callback
getprotected set

callback for set progress and stop process

◆ countSkippedFaces

unsafe bool MR.MeshLoad.Const_ObjLoadSettings.countSkippedFaces
get

if true, the number of skipped faces (faces than can't be created) will be counted

◆ customXf

unsafe bool MR.MeshLoad.Const_ObjLoadSettings.customXf
get

if true then vertices will be returned relative to some transformation to avoid precision loss

◆ telemetrySignal

unsafe bool MR.MeshLoad.Const_ObjLoadSettings.telemetrySignal
get

permit telemetry signal about loading


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