Kinect.KinectManager.GetJointCount C# (CSharp) Метод

GetJointCount() публичный Метод

Gets the the number of body joints, tracked by the sensor.
public GetJointCount ( ) : int
Результат int
        public int GetJointCount()
        {
            return sensorData != null ? sensorData.jointCount : 0;
        }
KinectManager