Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of the body/hand pairs that have been manually set as engaged.
Syntax
public:
property IVectorView<BodyHandPair>^ KinectManualEngagedHands {
IVectorView<BodyHandPair>^ get ();
}
public IReadOnlyList<BodyHandPair>KinectManualEngagedHands { get; }
Property value
[C++]
[C#]
Type: IVectorView<BodyHandPair>
Type: IReadOnlyList<BodyHandPair>
The list of the body/hand pairs that have been manually set as engaged.
Remarks
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
IKinectEngagementManager Interface
Microsoft.Kinect.Toolkit.Input Namespace