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

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

Gets the raw body index data, if ComputeUserMap is true.
public GetRawBodyIndexMap ( ) : byte[]
Результат byte[]
        public byte[] GetRawBodyIndexMap()
        {
            return sensorData != null ? sensorData.bodyIndexImage : null;
        }
KinectManager