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