Sets/Gets the field of vision of the two WiiMotes.

Namespace:  MotionTracking
Assembly:  motiontracking (in motiontracking.dll)

Syntax

Visual Basic (Declaration)
Public Property WiiMoteCameraFieldOfVision As Double
C#
public double WiiMoteCameraFieldOfVision { get; set; }
Visual C++
public:
property double WiiMoteCameraFieldOfVision {
	double get ();
	void set (double value);
}
JavaScript
function get_wiiMoteCameraFieldOfVision();
function set_wiiMoteCameraFieldOfVision(value);

Remarks

The value must be between 0 and 2π radians.

See Also