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