Sets/Gets the maximum height between the frames leds in comparison to the
WiiMoteResolutionHeight value.
Value must be between 0 and 100.
Namespace:
MotionTracking
Assembly:
motiontracking (in motiontracking.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property MaxHeightBetweenFramesLeds As Double |
C# |
---|
public double MaxHeightBetweenFramesLeds { get; set; } |
Visual C++ |
---|
public:
property double MaxHeightBetweenFramesLeds {
double get ();
void set (double value);
} |
JavaScript |
---|
function get_maxHeightBetweenFramesLeds();
function set_maxHeightBetweenFramesLeds(value); |
See Also