RenderingHint Enumeration
Specifies hints to improve rendering quality in some situations.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum RenderingHint
Values
Value name | Value | Description |
---|---|---|
None | 0 | No specific rendering hint. This is the default mode. Typically the renderers will try to align rendering to screen pixels whenever possible. For instance when rendering unrotated text labels, this will produce the clearest, most legible text. |
MovingMap | 1 | Optimize rendering for use with a moving map. When using a moving map with many very small changes to the view area, texts and other objects may appear to move around a little bit relative to the background if the renderer aligns them to screen pixels. If this hint is specified, this alignment will be turned off. The objects may be a little blurred, but they will not appear to move around on the map. |
Platforms
Windows, Linux, Android