Sets/Gets the 3D coordinates of the first WiiMote.
Namespace:
MotionTracking
Assembly:
motiontracking (in motiontracking.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property WiiMoteAPosition As Point3DF |
C# |
---|
public Point3DF WiiMoteAPosition { get; set; } |
JavaScript |
---|
function get_wiiMoteAPosition();
function set_wiiMoteAPosition(value); |
See Also