NavigationSettings(navigationType, MouseButton, Point3D, Point3D, Double, Double, Double) Constructor

Standard cosntructor.
Public Sub New( _ 
ByVal mode As navigationType, _ 
ByVal mouseButton As MouseButton, _ 
ByVal min As Point3D, _ 
ByVal max As Point3D, _ 
ByVal acceleration As Double, _ 
ByVal speed As Double, _ 
ByVal rotationSpeed As Double
)
This language is not supported or no code example is available.
public NavigationSettings( 
navigationType mode
MouseButton mouseButton
Point3D min
Point3D max
double acceleration
double speed
double rotationSpeed 
)
This language is not supported or no code example is available.

Parameters

mode
navigationType

mouseButton
MouseButton

The mouse button used for the navigation

min
Point3D

The minimum limit of the navigation volume

max
Point3D

The maximum limit of the navigation volume

acceleration
double

The acceleration of the camera movement

speed
double

THe maximum velocity of the camera movement

rotationSpeed
double

.NET Framework

Supported in: 4.8

In this article

Definition