Gets or sets the camera position.

Namespace: VideoDVR
Assembly: VideoDVR (in VideoDVR.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Vector3 CameraPosition { get; set; }
Visual Basic
Public Property CameraPosition As Vector3
	Get
	Set
Visual C++
public:
property Vector3 CameraPosition {
	Vector3 get ();
	void set (Vector3 value);
}

See Also