C# Class HelixToolkit.Wpf.CameraSetting

Represents a camera state.
Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Méthode 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 méthode

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. ///
Résultat System.Windows.Media.Media3D

UpdateCamera() public méthode

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. ///
Résultat void