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

This singleton struct contains default colors for scene objects Generated from class MR.SceneColors. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_SceneColors:

Classes

struct  _Underlying
 

Public Types

enum  Type : int {
  SelectedObjectMesh = 0 , UnselectedObjectMesh = 1 , SelectedObjectPoints = 2 , UnselectedObjectPoints = 3 ,
  SelectedObjectLines = 4 , UnselectedObjectLines = 5 , SelectedObjectVoxels = 6 , UnselectedObjectVoxels = 7 ,
  SelectedObjectDistanceMap = 8 , UnselectedObjectDistanceMap = 9 , BackFaces = 10 , Labels = 11 ,
  LabelsGood = 12 , LabelsBad = 13 , Edges = 14 , Points = 15 ,
  SelectedFaces = 16 , SelectedEdges = 17 , SelectedPoints = 18 , SelectedFeatures = 19 ,
  UnselectedFeatures = 20 , FeatureBackFaces = 21 , SelectedFeatureDecorations = 22 , UnselectedFeatureDecorations = 23 ,
  SelectedMeasurements = 24 , UnselectedMeasurements = 25 , UnselectedMeasurementsX = 26 , UnselectedMeasurementsY = 27 ,
  UnselectedMeasurementsZ = 28 , SelectedTemporaryMeasurements = 29 , UnselectedTemporaryMeasurements = 30 , Count = 31
}
 

Static Public Member Functions

static unsafe ref readonly MR.Color get (MR.SceneColors.Type type)
 Generated from method MR.SceneColors.get.
 
static unsafe void set (MR.SceneColors.Type type, in MR.Color color)
 Generated from method MR.SceneColors.set.
 
static unsafe? byte getName (MR.SceneColors.Type type)
 Generated from method MR.SceneColors.getName.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_SceneColors >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_SceneColors >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Detailed Description

This singleton struct contains default colors for scene objects Generated from class MR.SceneColors. This is the const half of the class.


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