ToolNavigationMode Enumeration
Specifies how you can navigate in a 2D view with StandardTool and StandardTouchTool.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum ToolNavigationMode
Values
Value name | Value | Description |
---|---|---|
Default | 0 | Uses the default navigation as specified by the tool. This may include specific keyboard strokes that activate the functions of the other navigation modes. See the tool links for more information. |
RectangleZoom | 1 | When dragging the cursor or finger over the screen, you specify a rectangle until letting go of the mouse button or lifting the finger. The view will zoom to the specified rectangle. |
Platforms
Windows, Linux, Android