Kinect.KinectManager.GetPrimaryUserID C# (CSharp) 메소드

GetPrimaryUserID() 공개 메소드

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