xn.OpenNIImporter.xnSetSkeletonProfile C# (CSharp) Method

xnSetSkeletonProfile() private method

private xnSetSkeletonProfile ( IntPtr hInstance, SkeletonProfile eProfile ) : UInt32
hInstance System.IntPtr
eProfile SkeletonProfile
return System.UInt32
        public static extern XnStatus xnSetSkeletonProfile(XnNodeHandle hInstance, SkeletonProfile eProfile);
OpenNIImporter