MeshLib C++ Docs
Loading...
Searching...
No Matches
MRLinesLoadSettings.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
4
5namespace MR
6{
7
9struct LinesLoadSettings
10{
11 VertColors* colors = nullptr;
12 ProgressCallback callback;
13 bool telemetrySignal = true;
14};
15
16} //namespace MR
new unsafe MR.? VertColors colors
new unsafe MR.Std.Function_BoolFuncFromFloat callback
Definition MRCameraOrientationPlugin.h:8