Kinect.KinectManager.GetPrimaryUserID C# (CSharp) Méthode

GetPrimaryUserID() public méthode

Gets the UserID of the primary user (the first or the closest one), or 0 if no user is detected.
public GetPrimaryUserID ( ) : Int64
Résultat Int64
        public Int64 GetPrimaryUserID()
        {
            return liPrimaryUserId;
        }
KinectManager