Class Visualization
Class that encapsulates read-only values about the sensor visualization layer.
Namespace: Mechatronics.SensorSDK
Syntax
public static class Visualization
Fields
LayerName
Name of the visualization layer.
Declaration
public const string LayerName = "SensorSDKVisualization"
Field Value
Type | Description |
---|---|
String |
NoLayerIndex
Constant that indicates there is no layer reserved for visualization.
Declaration
public const int NoLayerIndex = -1
Field Value
Type | Description |
---|---|
Int32 |
Properties
LayerIndex
Index of the sensor visualization layer. Can also be NoLayerIndex if not available.
Declaration
public static int LayerIndex { get; }
Property Value
Type | Description |
---|---|
Int32 |
LayerMask
Bit mask containing the sensor visualization layer. 0 if there is no visualization layer.
Declaration
public static int LayerMask { get; }
Property Value
Type | Description |
---|---|
Int32 |