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

setting for polyline loading from external format, and locations of optional output data Generated from class MR.LinesLoadSettings. This is the non-const half of the class. More...

+ Inheritance diagram for MR.LinesLoadSettings:

Public Member Functions

unsafe LinesLoadSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe LinesLoadSettings (MR.VertColors? colors, MR.Std._ByValue_Function_BoolFuncFromFloat callback, bool telemetrySignal)
 Constructs MR.LinesLoadSettings elementwise.
 
unsafe LinesLoadSettings (MR._ByValue_LinesLoadSettings _other)
 Generated from constructor MR.LinesLoadSettings.LinesLoadSettings.
 
 LinesLoadSettings (Const_LinesLoadSettings _other)
 Generated from constructor MR.LinesLoadSettings.LinesLoadSettings.
 
 LinesLoadSettings (LinesLoadSettings _other)
 Generated from constructor MR.LinesLoadSettings.LinesLoadSettings.
 
unsafe MR.LinesLoadSettings assign (MR._ByValue_LinesLoadSettings _other)
 Generated from method MR.LinesLoadSettings.operator=.
 

Properties

new unsafe MR.? VertColors colors [get, set]
 < optional load artifact: per-vertex color map
 
new unsafe MR.Std.Function_BoolFuncFromFloat callback [get, protected set]
 permit telemetry signal about loading
 
new unsafe ref bool telemetrySignal [get]
 

Detailed Description

setting for polyline loading from external format, and locations of optional output data Generated from class MR.LinesLoadSettings. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ LinesLoadSettings() [1/5]

unsafe MR.LinesLoadSettings.LinesLoadSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ LinesLoadSettings() [2/5]

unsafe MR.LinesLoadSettings.LinesLoadSettings ( MR.VertColors? colors,
MR.Std._ByValue_Function_BoolFuncFromFloat callback,
bool telemetrySignal )
inline

Constructs MR.LinesLoadSettings elementwise.

◆ LinesLoadSettings() [3/5]

unsafe MR.LinesLoadSettings.LinesLoadSettings ( MR._ByValue_LinesLoadSettings _other)
inline

Generated from constructor MR.LinesLoadSettings.LinesLoadSettings.

◆ LinesLoadSettings() [4/5]

MR.LinesLoadSettings.LinesLoadSettings ( Const_LinesLoadSettings _other)
inline

Generated from constructor MR.LinesLoadSettings.LinesLoadSettings.

◆ LinesLoadSettings() [5/5]

MR.LinesLoadSettings.LinesLoadSettings ( LinesLoadSettings _other)
inline

Generated from constructor MR.LinesLoadSettings.LinesLoadSettings.

Member Function Documentation

◆ assign()

unsafe MR.LinesLoadSettings MR.LinesLoadSettings.assign ( MR._ByValue_LinesLoadSettings _other)
inline

Generated from method MR.LinesLoadSettings.operator=.

Property Documentation

◆ callback

new unsafe MR.Std.Function_BoolFuncFromFloat MR.LinesLoadSettings.callback
getprotected set

permit telemetry signal about loading

◆ colors

new unsafe MR.? VertColors MR.LinesLoadSettings.colors
getset

< optional load artifact: per-vertex color map

callback for set progress and stop process

◆ telemetrySignal

new unsafe ref bool MR.LinesLoadSettings.telemetrySignal
get

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