xn.OpenNIImporter.xnSetMirror C# (CSharp) Method

xnSetMirror() private method

private xnSetMirror ( IntPtr hInstance, System.Boolean bMirror ) : UInt32
hInstance System.IntPtr
bMirror System.Boolean
return System.UInt32
        public static extern XnStatus xnSetMirror(XnNodeHandle hInstance, XnBool bMirror);
OpenNIImporter