Generated from class MR.MeshLoad.ObjLoadSettings. This is the non-const half of the class.
More...
|
| new unsafe ref bool | customXf [get] |
| | if true then vertices will be returned relative to some transformation to avoid precision loss
|
| |
| new unsafe ref bool | countSkippedFaces [get] |
| | if true, the number of skipped faces (faces than can't be created) will be counted
|
| |
| new unsafe MR.Std.Function_BoolFuncFromFloat | callback [get, protected set] |
| | callback for set progress and stop process
|
| |
| new unsafe ref bool | telemetrySignal [get] |
| | permit telemetry signal about loading
|
| |
Generated from class MR.MeshLoad.ObjLoadSettings. This is the non-const half of the class.
◆ ObjLoadSettings() [1/5]
| unsafe MR.MeshLoad.ObjLoadSettings.ObjLoadSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ ObjLoadSettings() [2/5]
| unsafe MR.MeshLoad.ObjLoadSettings.ObjLoadSettings |
( |
bool | customXf, |
|
|
bool | countSkippedFaces, |
|
|
MR.Std._ByValue_Function_BoolFuncFromFloat | callback, |
|
|
bool | telemetrySignal ) |
|
inline |
◆ ObjLoadSettings() [3/5]
| unsafe MR.MeshLoad.ObjLoadSettings.ObjLoadSettings |
( |
MR.MeshLoad._ByValue_ObjLoadSettings | _other | ) |
|
|
inline |
Generated from constructor MR.MeshLoad.ObjLoadSettings.ObjLoadSettings.
◆ ObjLoadSettings() [4/5]
| MR.MeshLoad.ObjLoadSettings.ObjLoadSettings |
( |
Const_ObjLoadSettings | _other | ) |
|
|
inline |
Generated from constructor MR.MeshLoad.ObjLoadSettings.ObjLoadSettings.
◆ ObjLoadSettings() [5/5]
Generated from constructor MR.MeshLoad.ObjLoadSettings.ObjLoadSettings.
◆ assign()
Generated from method MR.MeshLoad.ObjLoadSettings.operator=.
◆ callback
| new unsafe MR.Std.Function_BoolFuncFromFloat MR.MeshLoad.ObjLoadSettings.callback |
|
getprotected set |
callback for set progress and stop process
◆ countSkippedFaces
| new unsafe ref bool MR.MeshLoad.ObjLoadSettings.countSkippedFaces |
|
get |
if true, the number of skipped faces (faces than can't be created) will be counted
◆ customXf
| new unsafe ref bool MR.MeshLoad.ObjLoadSettings.customXf |
|
get |
if true then vertices will be returned relative to some transformation to avoid precision loss
◆ telemetrySignal
| new unsafe ref bool MR.MeshLoad.ObjLoadSettings.telemetrySignal |
|
get |
permit telemetry signal about loading
The documentation for this class was generated from the following file: