xn.OpenNIImporter.xnIsJointActive C# (CSharp) Method

xnIsJointActive() private method

private xnIsJointActive ( IntPtr hInstance, SkeletonJoint eJoint ) : System.Boolean
hInstance System.IntPtr
eJoint SkeletonJoint
return System.Boolean
        public static extern XnBool xnIsJointActive(XnNodeHandle hInstance, SkeletonJoint eJoint);
OpenNIImporter