C# 클래스 HelixToolkit.Wpf.CameraSetting

Represents a camera state.
파일 보기 프로젝트 열기: litdev1/LitDev

공개 메소드들

메소드 설명
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.

메소드 상세

CameraSetting() 공개 메소드

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. ///
리턴 System.Windows.Media.Media3D

UpdateCamera() 공개 메소드

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. ///
리턴 void