Example #1
0
    //抓取左手的值 (KinectAimInfoItem)
    public MotionAimInfoItem GetLeftHandValue()
    {
        //瞄準資訊
        MotionAimInfoItem item = new MotionAimInfoItem();

        return(item);
    }
Example #2
0
    //抓取右手的值 (KinectAimInfoItem)
    public MotionAimInfoItem GetRightHandValue()
    {
        MotionAimInfoItem item = new MotionAimInfoItem();

        return(item);
    }