xn.OpenNIImporter.xnNeedPoseForSkeletonCalibration C# (CSharp) Method

xnNeedPoseForSkeletonCalibration() private method

private xnNeedPoseForSkeletonCalibration ( IntPtr hInstance ) : System.Boolean
hInstance System.IntPtr
return System.Boolean
        public static extern XnBool xnNeedPoseForSkeletonCalibration(XnNodeHandle hInstance);
OpenNIImporter