xn.OpenNIImporter.xnSetSkeletonSmoothing C# (CSharp) Method

xnSetSkeletonSmoothing() private method

private xnSetSkeletonSmoothing ( IntPtr hInstance, System.Single fFactor ) : UInt32
hInstance System.IntPtr
fFactor System.Single
return System.UInt32
        public static extern XnStatus xnSetSkeletonSmoothing(XnNodeHandle hInstance, XnFloat fFactor);
OpenNIImporter