Gets or Sets the state of the frames discovery function.
Namespace:
MotionTracking
Assembly:
motiontracking (in motiontracking.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property HeadTrackingState As Boolean |
C# |
---|
public bool HeadTrackingState { get; set; } |
Visual C++ |
---|
public:
property bool HeadTrackingState {
bool get ();
void set (bool value);
} |
JavaScript |
---|
function get_headTrackingState();
function set_headTrackingState(value); |
See Also