RenderingPriority Enumeration
Specifies the rendering priority of visualizers.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum RenderingPriority
Values
Value name | Value | Description |
---|---|---|
Default | 0 | Visualization generated with rendering priority Default will be drawn according to the default order. |
High | 1 | Visualization generated with rendering priority High will be drawn in front of other visualization with rendering priority Default. |
Remarks
In a 3D view, a high priority visualization will be rendered without using the depth buffer, to make it visible even if behind a hill or a building.
In a 2D view, the rendering priority is stronger than the Layer order, but weaker than the status of the visualizer as an ordinary, hover, or selection visualizer, which in turn is weaker than ScreenLayer.AlwaysOnTop. In other words, usually the layer order determines the drawing order, but a high rendering priority will override it, and a hover visualizer will override the rendering priority, and a selection visualizer will overwrite the hover visualizer, and an always-on-top layer will overwrite the selection visualizer.
Platforms
Windows, Linux, Android
See Also
Reference
Core Module
LineVisualizer.RenderingPriority
MeshVisualizer.RenderingPriority
PointVisualizer.RenderingPriority
PolygonVisualizer.RenderingPriority
TacticalVisualizerParameters.RenderingPriority
InteractionVisualizer.RenderingPriority
CustomVisualizerProxy.RenderingPriority
ScreenLayer.AlwaysOnTop