C# Class HelixToolkit.Wpf.CameraSetting

Represents a camera state.
Mostra file Open project: litdev1/LitDev

Public Methods

Method Description
CameraSetting ( System.Windows.Media.Media3D.ProjectionCamera camera ) : System.Windows.Media.Media3D

Initializes a new instance of the CameraSetting class.

UpdateCamera ( System.Windows.Media.Media3D.ProjectionCamera camera ) : void

Updates the camera to this state.

Method Details

CameraSetting() public method

Initializes a new instance of the CameraSetting class.
public CameraSetting ( System.Windows.Media.Media3D.ProjectionCamera camera ) : System.Windows.Media.Media3D
camera System.Windows.Media.Media3D.ProjectionCamera /// The camera. ///
return System.Windows.Media.Media3D

UpdateCamera() public method

Updates the camera to this state.
public UpdateCamera ( System.Windows.Media.Media3D.ProjectionCamera camera ) : void
camera System.Windows.Media.Media3D.ProjectionCamera /// The camera to update. ///
return void