xn.OpenNIImporter.xnIsMirrored C# (CSharp) Method

xnIsMirrored() private method

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