NavigationSettings Class

Settings for the navigationType.Walk and navigationType.Fly camera navigation modes.
Public Class NavigationSettings 
Implements ICloneable
This language is not supported or no code example is available.
public class NavigationSettings : ICloneable
This language is not supported or no code example is available.
Name Description
Public property Acceleration Gets or sets the acceleration of the camera movement.
Public property Max Gets or sets the maximum limit of the navigation volume.
Public property Min Gets or sets the minimum limit of the navigation volume.
Public property Mode Gets or sets the navigation mode.
Public property MouseButton Gets or sets the mouse button used for the navigation.
Public property RotationSpeed Gets or sets the rotation speed of the camera movement.
Public property Speed Gets or sets the speed of the camera movement.
Top
Methods
 
Name Description
Public method Clone()
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top
devDept.Eyeshot.NavigationSettings

.NET Framework

Supported in: 4.7.2

In this article

Definition