SolidKit.Forms.Control3D.ViewControlInfo class
From Solid Graphics Wiki
| ||||||||||
The Control3D.ViewControlInfo class specifies values used by the Control3D class for view navigation using mouse and keyboard.
Constructors
Class' default constructor initializes the class' instance fields to values of the Control3D.ViewControlInfo.Default static variable fields.
Fields
| Field name | Type | Description |
| MouseSensitivity | SolidKit3D.Vector | Specifies mouse sensitivity for Control3D.InteractionMode.Rotate, Control3D.InteractionMode.FreeLook and Control3D.InteractionMode.Fly interaction modes. Default value is (1.0f, 1.0f 1.0f). |
| FloorNavDirRotateBreakDot | float | (this is currently undecumented field). Default value is 0.85f. |
| FloorNavDirRotateYSplitRatio | float | (this is currently undecumented field). Default value is 0.75f. |
| AllowMultipleSelection | bool | Specifies whether multiple objects selection is allowed by the Control3D object (true) or not (false). Default value is true. |
| CommandInfo | string | Specifies string contaning commands definitions loaded into the SolidKit.CommandTrigger used by the Control3D object. |
| CommandKeyInfo | string | Specifies string used to load commands shourtcut keys definitions into SolidKit.CommandTrigger used by the Control3D object. |
See Also
