Click or drag to resize
AB4D logo

BaseControllerControl Class

BaseControllerControl is a base class for CameraControlPanel, CameraPreviewPanel and MouseCameraController.
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              Ab3d.ControlsBaseControllerControl
                More

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class BaseControllerControl : Control

The BaseControllerControl type exposes the following members.

Constructors
 NameDescription
Public methodBaseControllerControl Constructor
Top
Properties
 NameDescription
Public propertyIsAutoCameraFindingEnabled Gets or sets a value that indicates if the Ab3d.Camera is automatically discovered by scanning the Logical Tree if TargetCameraName or TargetCamera is not set
Public propertyTargetCamera Gets or sets the Ab3d.Camera.
Public propertyTargetCameraName Gets or sets the Name of the Ab3d.Camera that is used to define the TargetCamera property.
Top
Methods
 NameDescription
Protected methodOnTargetCameraChanged virtual OnTargetCameraChanged
Protected methodOnTargetCameraNameChanged virtual OnTargetCameraNameChanged
Protected methodUpdateEnabled virtual UpdateEnabled method checks the Target Camera's IsEnabled property and enable or disable this controller.
Top
Fields
 NameDescription
Public fieldStatic memberIsAutoCameraFindingEnabledProperty IsAutoCameraFindingEnabledProperty
Public fieldStatic memberTargetCameraNameProperty TargetCameraNameProperty
Public fieldStatic memberTargetCameraProperty TargetCameraProperty
Top
See Also
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              Ab3d.ControlsBaseControllerControl
                Ab3d.ControlsCameraAxisPanel
                Ab3d.ControlsCameraControlPanel
                Ab3d.ControlsCameraNavigationCircles
                Ab3d.ControlsCameraPreviewPanel
                Ab3d.ControlsMouseCameraController
                Ab3d.ControlsViewCubeCameraController