OverviewToolUpdateMode Enumeration
Specifies when the OverviewTool updates the updates its main view.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum OverviewToolUpdateMode
Values
Value name | Value | Description |
---|---|---|
Continuous | 0 | Indicates that the tool continuously updates main view while the user is interacting with the overview rectangle/sector. |
OnMouseUp | 1 | Indicates that the tool only updates the main view once, after the user is done interacting with the overview rectangle/sector. |
Platforms
Windows, Linux, Android